HSL(36, 92%, 28%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,92%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 92%, 28%) | color: hsl(36, 92%, 28%) | |
| HEX | #895506 | color: #895506 | |
| RGB | rgb(137, 85, 6) | color: rgb(137, 85, 6) | |
| CMYK | cmyk(0%, 38%, 96%, 46%) | — | |
| HSV | hsv(36, 96%, 54%) | — | |
| HWB | hwb(36 2% 46%) | color: hwb(36 2% 46%) | |
| OKLCH | oklch(0.4968 0.1064 68.48) | color: oklch(0.4968 0.1064 68.48) | |
| Lab | lab(40.94 16.06 47.81) | color: lab(40.94 16.06 47.81) | |
| LCH | lch(40.94 50.44 71.43) | color: lch(40.94 50.44 71.43) |
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)
#727219 — rgb(114, 114, 25)
Deuteranopia (Green-blind)
#76791E — rgb(118, 121, 30)
Tritanopia (Blue-blind)
#86282C — rgb(134, 40, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 92%, 28%);
text
color: hsl(36, 92%, 28%);
border
border: 2px solid hsl(36, 92%, 28%);
gradient light
background: linear-gradient(to right, hsl(36, 92%, 48%), hsl(36, 92%, 28%));
gradient dark
background: linear-gradient(to right, hsl(36, 92%, 28%), hsl(36, 92%, 8%))
hex
background-color: #895506;
tailwind
bg-[hsl(36,92%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 92%, 28%, 0.4);
css variable
--color-primary: hsl(36, 92%, 28%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 92%, 28%)?
HEX: #895506 | RGB: rgb(137, 85, 6) | CMYK: 0%, 38%, 96%, 46% | HSV: 36°, 96%, 54%. Copy any format from the conversion table above.
What colors go well with #895506?
The complementary color is HSL(216, 92%, 28%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 92%, 28%) in CSS?
As HSL: color: hsl(36, 92%, 28%); — As HEX: color: #895506; — As RGB: color: rgb(137, 85, 6); — Tailwind CSS: bg-[hsl(36,92%,28%)] — CSS variable: --color-primary: hsl(36, 92%, 28%);