HSL(17, 40%, 37%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(17,40%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 40%, 37%) | color: hsl(17, 40%, 37%) | |
| HEX | #844E39 | color: #844E39 | |
| RGB | rgb(132, 78, 57) | color: rgb(132, 78, 57) | |
| CMYK | cmyk(0%, 41%, 57%, 48%) | — | |
| HSV | hsv(17, 57%, 52%) | — | |
| HWB | hwb(17 22% 48%) | color: hwb(17 22% 48%) | |
| OKLCH | oklch(0.4817 0.0801 41.83) | color: oklch(0.4817 0.0801 41.83) | |
| Lab | lab(38.99 20.47 22.04) | color: lab(38.99 20.47 22.04) | |
| LCH | lch(38.99 30.08 47.12) | color: lch(38.99 30.08 47.12) |
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)
#6D6C3E — rgb(109, 108, 62)
Deuteranopia (Green-blind)
#70743F — rgb(112, 116, 63)
Tritanopia (Blue-blind)
#814243 — rgb(129, 66, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 40%, 37%);
text
color: hsl(17, 40%, 37%);
border
border: 2px solid hsl(17, 40%, 37%);
gradient light
background: linear-gradient(to right, hsl(17, 40%, 57%), hsl(17, 40%, 37%));
gradient dark
background: linear-gradient(to right, hsl(17, 40%, 37%), hsl(17, 40%, 17%))
hex
background-color: #844E39;
tailwind
bg-[hsl(17,40%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 40%, 37%, 0.4);
css variable
--color-primary: hsl(17, 40%, 37%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 40%, 37%)?
HEX: #844E39 | RGB: rgb(132, 78, 57) | CMYK: 0%, 41%, 57%, 48% | HSV: 17°, 57%, 52%. Copy any format from the conversion table above.
What colors go well with #844E39?
The complementary color is HSL(197, 40%, 37%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(17, 40%, 37%) in CSS?
As HSL: color: hsl(17, 40%, 37%); — As HEX: color: #844E39; — As RGB: color: rgb(132, 78, 57); — Tailwind CSS: bg-[hsl(17,40%,37%)] — CSS variable: --color-primary: hsl(17, 40%, 37%);