HSL(31, 45%, 35%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,45%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 45%, 35%) | color: hsl(31, 45%, 35%) | |
| HEX | #815B31 | color: #815B31 | |
| RGB | rgb(129, 91, 49) | color: rgb(129, 91, 49) | |
| CMYK | cmyk(0%, 29%, 62%, 49%) | — | |
| HSV | hsv(32, 62%, 51%) | — | |
| HWB | hwb(32 19% 49%) | color: hwb(32 19% 49%) | |
| OKLCH | oklch(0.5023 0.0764 67.29) | color: oklch(0.5023 0.0764 67.29) | |
| Lab | lab(41.8 10.76 30.05) | color: lab(41.8 10.76 30.05) | |
| LCH | lch(41.8 31.92 70.3) | color: lch(41.8 31.92 70.3) |
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)
#71703B — rgb(113, 112, 59)
Deuteranopia (Green-blind)
#73763E — rgb(115, 118, 62)
Tritanopia (Blue-blind)
#7F4345 — rgb(127, 67, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 45%, 35%);
text
color: hsl(31, 45%, 35%);
border
border: 2px solid hsl(31, 45%, 35%);
gradient light
background: linear-gradient(to right, hsl(31, 45%, 55%), hsl(31, 45%, 35%));
gradient dark
background: linear-gradient(to right, hsl(31, 45%, 35%), hsl(31, 45%, 15%))
hex
background-color: #815B31;
tailwind
bg-[hsl(31,45%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 45%, 35%, 0.4);
css variable
--color-primary: hsl(31, 45%, 35%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 45%, 35%)?
HEX: #815B31 | RGB: rgb(129, 91, 49) | CMYK: 0%, 29%, 62%, 49% | HSV: 32°, 62%, 51%. Copy any format from the conversion table above.
What colors go well with #815B31?
The complementary color is HSL(211, 45%, 35%). 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, 45%, 35%) in CSS?
As HSL: color: hsl(31, 45%, 35%); — As HEX: color: #815B31; — As RGB: color: rgb(129, 91, 49); — Tailwind CSS: bg-[hsl(31,45%,35%)] — CSS variable: --color-primary: hsl(31, 45%, 35%);