HSL(31, 44%, 16%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,44%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 44%, 16%) | color: hsl(31, 44%, 16%) | |
| HEX | #3B2917 | color: #3B2917 | |
| RGB | rgb(59, 41, 23) | color: rgb(59, 41, 23) | |
| CMYK | cmyk(0%, 31%, 61%, 77%) | — | |
| HSV | hsv(30, 61%, 23%) | — | |
| HWB | hwb(30 9% 77%) | color: hwb(30 9% 77%) | |
| OKLCH | oklch(0.2976 0.0398 65.27) | color: oklch(0.2976 0.0398 65.27) | |
| Lab | lab(18.27 5.82 15.03) | color: lab(18.27 5.82 15.03) | |
| LCH | lch(18.27 16.12 68.83) | color: lch(18.27 16.12 68.83) |
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)
#33331B — rgb(51, 51, 27)
Deuteranopia (Green-blind)
#34361C — rgb(52, 54, 28)
Tritanopia (Blue-blind)
#3A1F20 — rgb(58, 31, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 44%, 16%);
text
color: hsl(31, 44%, 16%);
border
border: 2px solid hsl(31, 44%, 16%);
gradient light
background: linear-gradient(to right, hsl(31, 44%, 36%), hsl(31, 44%, 16%));
gradient dark
background: linear-gradient(to right, hsl(31, 44%, 16%), hsl(31, 44%, 0%))
hex
background-color: #3B2917;
tailwind
bg-[hsl(31,44%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 44%, 16%, 0.4);
css variable
--color-primary: hsl(31, 44%, 16%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 44%, 16%)?
HEX: #3B2917 | RGB: rgb(59, 41, 23) | CMYK: 0%, 31%, 61%, 77% | HSV: 30°, 61%, 23%. Copy any format from the conversion table above.
What colors go well with #3B2917?
The complementary color is HSL(211, 44%, 16%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(31, 44%, 16%) in CSS?
As HSL: color: hsl(31, 44%, 16%); — As HEX: color: #3B2917; — As RGB: color: rgb(59, 41, 23); — Tailwind CSS: bg-[hsl(31,44%,16%)] — CSS variable: --color-primary: hsl(31, 44%, 16%);