HSL(49, 80%, 16%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(49,80%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 80%, 16%) | color: hsl(49, 80%, 16%) | |
| HEX | #493D08 | color: #493D08 | |
| RGB | rgb(73, 61, 8) | color: rgb(73, 61, 8) | |
| CMYK | cmyk(0%, 16%, 89%, 71%) | — | |
| HSV | hsv(49, 89%, 29%) | — | |
| HWB | hwb(49 3% 71%) | color: hwb(49 3% 71%) | |
| OKLCH | oklch(0.3624 0.0692 95.34) | color: oklch(0.3624 0.0692 95.34) | |
| Lab | lab(26.07 -1 31.86) | color: lab(26.07 -1 31.86) | |
| LCH | lch(26.07 31.88 91.8) | color: lch(26.07 31.88 91.8) |
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)
#444415 — rgb(68, 68, 21)
Deuteranopia (Green-blind)
#454518 — rgb(69, 69, 24)
Tritanopia (Blue-blind)
#481F21 — rgb(72, 31, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 80%, 16%);
text
color: hsl(49, 80%, 16%);
border
border: 2px solid hsl(49, 80%, 16%);
gradient light
background: linear-gradient(to right, hsl(49, 80%, 36%), hsl(49, 80%, 16%));
gradient dark
background: linear-gradient(to right, hsl(49, 80%, 16%), hsl(49, 80%, 0%))
hex
background-color: #493D08;
tailwind
bg-[hsl(49,80%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 80%, 16%, 0.4);
css variable
--color-primary: hsl(49, 80%, 16%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 80%, 16%)?
HEX: #493D08 | RGB: rgb(73, 61, 8) | CMYK: 0%, 16%, 89%, 71% | HSV: 49°, 89%, 29%. Copy any format from the conversion table above.
What colors go well with #493D08?
The complementary color is HSL(229, 80%, 16%). 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, 80%, 16%) in CSS?
As HSL: color: hsl(49, 80%, 16%); — As HEX: color: #493D08; — As RGB: color: rgb(73, 61, 8); — Tailwind CSS: bg-[hsl(49,80%,16%)] — CSS variable: --color-primary: hsl(49, 80%, 16%);