HSL(16, 79%, 15%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,79%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 79%, 15%) | color: hsl(16, 79%, 15%) | |
| HEX | #441808 | color: #441808 | |
| RGB | rgb(68, 24, 8) | color: rgb(68, 24, 8) | |
| CMYK | cmyk(0%, 65%, 88%, 73%) | — | |
| HSV | hsv(16, 88%, 27%) | — | |
| HWB | hwb(16 3% 73%) | color: hwb(16 3% 73%) | |
| OKLCH | oklch(0.2744 0.0728 39.51) | color: oklch(0.2744 0.0728 39.51) | |
| Lab | lab(14.95 20.16 19.33) | color: lab(14.95 20.16 19.33) | |
| LCH | lch(14.95 27.93 43.8) | color: lch(14.95 27.93 43.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)
#31310C — rgb(49, 49, 12)
Deuteranopia (Green-blind)
#34370D — rgb(52, 55, 13)
Tritanopia (Blue-blind)
#420F10 — rgb(66, 15, 16)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 79%, 15%);
text
color: hsl(16, 79%, 15%);
border
border: 2px solid hsl(16, 79%, 15%);
gradient light
background: linear-gradient(to right, hsl(16, 79%, 35%), hsl(16, 79%, 15%));
gradient dark
background: linear-gradient(to right, hsl(16, 79%, 15%), hsl(16, 79%, 0%))
hex
background-color: #441808;
tailwind
bg-[hsl(16,79%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 79%, 15%, 0.4);
css variable
--color-primary: hsl(16, 79%, 15%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 79%, 15%)?
HEX: #441808 | RGB: rgb(68, 24, 8) | CMYK: 0%, 65%, 88%, 73% | HSV: 16°, 88%, 27%. Copy any format from the conversion table above.
What colors go well with #441808?
The complementary color is HSL(196, 79%, 15%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(16, 79%, 15%) in CSS?
As HSL: color: hsl(16, 79%, 15%); — As HEX: color: #441808; — As RGB: color: rgb(68, 24, 8); — Tailwind CSS: bg-[hsl(16,79%,15%)] — CSS variable: --color-primary: hsl(16, 79%, 15%);