HSL(37, 40%, 37%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(37,40%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 40%, 37%) | color: hsl(37, 40%, 37%) | |
| HEX | #846739 | color: #846739 | |
| RGB | rgb(132, 103, 57) | color: rgb(132, 103, 57) | |
| CMYK | cmyk(0%, 22%, 57%, 48%) | — | |
| HSV | hsv(37, 57%, 52%) | — | |
| HWB | hwb(37 22% 48%) | color: hwb(37 22% 48%) | |
| OKLCH | oklch(0.5323 0.0732 77.68) | color: oklch(0.5323 0.0732 77.68) | |
| Lab | lab(45.5 5.74 30.14) | color: lab(45.5 5.74 30.14) | |
| LCH | lch(45.5 30.68 79.22) | color: lch(45.5 30.68 79.22) |
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)
#777744 — rgb(119, 119, 68)
Deuteranopia (Green-blind)
#797B47 — rgb(121, 123, 71)
Tritanopia (Blue-blind)
#834D4F — rgb(131, 77, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 40%, 37%);
text
color: hsl(37, 40%, 37%);
border
border: 2px solid hsl(37, 40%, 37%);
gradient light
background: linear-gradient(to right, hsl(37, 40%, 57%), hsl(37, 40%, 37%));
gradient dark
background: linear-gradient(to right, hsl(37, 40%, 37%), hsl(37, 40%, 17%))
hex
background-color: #846739;
tailwind
bg-[hsl(37,40%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 40%, 37%, 0.4);
css variable
--color-primary: hsl(37, 40%, 37%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 40%, 37%)?
HEX: #846739 | RGB: rgb(132, 103, 57) | CMYK: 0%, 22%, 57%, 48% | HSV: 37°, 57%, 52%. Copy any format from the conversion table above.
What colors go well with #846739?
The complementary color is HSL(217, 40%, 37%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(37, 40%, 37%) in CSS?
As HSL: color: hsl(37, 40%, 37%); — As HEX: color: #846739; — As RGB: color: rgb(132, 103, 57); — Tailwind CSS: bg-[hsl(37,40%,37%)] — CSS variable: --color-primary: hsl(37, 40%, 37%);