HSL(49, 55%, 33%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(49,55%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 55%, 33%) | color: hsl(49, 55%, 33%) | |
| HEX | #827126 | color: #827126 | |
| RGB | rgb(130, 113, 38) | color: rgb(130, 113, 38) | |
| CMYK | cmyk(0%, 13%, 71%, 49%) | — | |
| HSV | hsv(49, 71%, 51%) | — | |
| HWB | hwb(49 15% 49%) | color: hwb(49 15% 49%) | |
| OKLCH | oklch(0.5499 0.0956 96.23) | color: oklch(0.5499 0.0956 96.23) | |
| Lab | lab(47.88 -2.38 42.33) | color: lab(47.88 -2.38 42.33) | |
| LCH | lch(47.88 42.4 93.22) | color: lch(47.88 42.4 93.22) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#7B7A38 — rgb(123, 122, 56)
Deuteranopia (Green-blind)
#7C7D3D — rgb(124, 125, 61)
Tritanopia (Blue-blind)
#81464A — rgb(129, 70, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 55%, 33%);
text
color: hsl(49, 55%, 33%);
border
border: 2px solid hsl(49, 55%, 33%);
gradient light
background: linear-gradient(to right, hsl(49, 55%, 53%), hsl(49, 55%, 33%));
gradient dark
background: linear-gradient(to right, hsl(49, 55%, 33%), hsl(49, 55%, 13%))
hex
background-color: #827126;
tailwind
bg-[hsl(49,55%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 55%, 33%, 0.4);
css variable
--color-primary: hsl(49, 55%, 33%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 55%, 33%)?
HEX: #827126 | RGB: rgb(130, 113, 38) | CMYK: 0%, 13%, 71%, 49% | HSV: 49°, 71%, 51%. Copy any format from the conversion table above.
What colors go well with #827126?
The complementary color is HSL(229, 55%, 33%). For a triadic harmony, use hues 49°, 169°, and 289°. For analogous combinations, try hues 19° and 79°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(49, 55%, 33%) in CSS?
As HSL: color: hsl(49, 55%, 33%); — As HEX: color: #827126; — As RGB: color: rgb(130, 113, 38); — Tailwind CSS: bg-[hsl(49,55%,33%)] — CSS variable: --color-primary: hsl(49, 55%, 33%);