HSL(49, 40%, 37%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(49,40%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 40%, 37%) | color: hsl(49, 40%, 37%) | |
| HEX | #847639 | color: #847639 | |
| RGB | rgb(132, 118, 57) | color: rgb(132, 118, 57) | |
| CMYK | cmyk(0%, 11%, 57%, 48%) | — | |
| HSV | hsv(49, 57%, 52%) | — | |
| HWB | hwb(49 22% 48%) | color: hwb(49 22% 48%) | |
| OKLCH | oklch(0.5653 0.0829 96.64) | color: oklch(0.5653 0.0829 96.64) | |
| Lab | lab(49.69 -2.91 35.12) | color: lab(49.69 -2.91 35.12) | |
| LCH | lch(49.69 35.24 94.74) | color: lch(49.69 35.24 94.74) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#7E7E48 — rgb(126, 126, 72)
Deuteranopia (Green-blind)
#7F804B — rgb(127, 128, 75)
Tritanopia (Blue-blind)
#835356 — rgb(131, 83, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 40%, 37%);
text
color: hsl(49, 40%, 37%);
border
border: 2px solid hsl(49, 40%, 37%);
gradient light
background: linear-gradient(to right, hsl(49, 40%, 57%), hsl(49, 40%, 37%));
gradient dark
background: linear-gradient(to right, hsl(49, 40%, 37%), hsl(49, 40%, 17%))
hex
background-color: #847639;
tailwind
bg-[hsl(49,40%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 40%, 37%, 0.4);
css variable
--color-primary: hsl(49, 40%, 37%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 40%, 37%)?
HEX: #847639 | RGB: rgb(132, 118, 57) | CMYK: 0%, 11%, 57%, 48% | HSV: 49°, 57%, 52%. Copy any format from the conversion table above.
What colors go well with #847639?
The complementary color is HSL(229, 40%, 37%). 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, 40%, 37%) in CSS?
As HSL: color: hsl(49, 40%, 37%); — As HEX: color: #847639; — As RGB: color: rgb(132, 118, 57); — Tailwind CSS: bg-[hsl(49,40%,37%)] — CSS variable: --color-primary: hsl(49, 40%, 37%);