HSL(17, 51%, 20%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(17,51%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 51%, 20%) | color: hsl(17, 51%, 20%) | |
| HEX | #4D2819 | color: #4D2819 | |
| RGB | rgb(77, 40, 25) | color: rgb(77, 40, 25) | |
| CMYK | cmyk(0%, 48%, 68%, 70%) | — | |
| HSV | hsv(17, 68%, 30%) | — | |
| HWB | hwb(17 10% 70%) | color: hwb(17 10% 70%) | |
| OKLCH | oklch(0.3222 0.0609 42.37) | color: oklch(0.3222 0.0609 42.37) | |
| Lab | lab(20.7 15.67 17.32) | color: lab(20.7 15.67 17.32) | |
| LCH | lch(20.7 23.36 47.86) | color: lch(20.7 23.36 47.86) |
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)
#3D3D1D — rgb(61, 61, 29)
Deuteranopia (Green-blind)
#3F421E — rgb(63, 66, 30)
Tritanopia (Blue-blind)
#4B1F20 — rgb(75, 31, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 51%, 20%);
text
color: hsl(17, 51%, 20%);
border
border: 2px solid hsl(17, 51%, 20%);
gradient light
background: linear-gradient(to right, hsl(17, 51%, 40%), hsl(17, 51%, 20%));
gradient dark
background: linear-gradient(to right, hsl(17, 51%, 20%), hsl(17, 51%, 0%))
hex
background-color: #4D2819;
tailwind
bg-[hsl(17,51%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 51%, 20%, 0.4);
css variable
--color-primary: hsl(17, 51%, 20%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 51%, 20%)?
HEX: #4D2819 | RGB: rgb(77, 40, 25) | CMYK: 0%, 48%, 68%, 70% | HSV: 17°, 68%, 30%. Copy any format from the conversion table above.
What colors go well with #4D2819?
The complementary color is HSL(197, 51%, 20%). 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, 51%, 20%) in CSS?
As HSL: color: hsl(17, 51%, 20%); — As HEX: color: #4D2819; — As RGB: color: rgb(77, 40, 25); — Tailwind CSS: bg-[hsl(17,51%,20%)] — CSS variable: --color-primary: hsl(17, 51%, 20%);