HSL(28, 32%, 24%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(28,32%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(28, 32%, 24%) | color: hsl(28, 32%, 24%) | |
| HEX | #513C2A | color: #513C2A | |
| RGB | rgb(81, 60, 42) | color: rgb(81, 60, 42) | |
| CMYK | cmyk(0%, 26%, 48%, 68%) | — | |
| HSV | hsv(28, 48%, 32%) | — | |
| HWB | hwb(28 17% 68%) | color: hwb(28 17% 68%) | |
| OKLCH | oklch(0.3745 0.0413 61.66) | color: oklch(0.3745 0.0413 61.66) | |
| Lab | lab(27.15 6.53 14.69) | color: lab(27.15 6.53 14.69) | |
| LCH | lch(27.15 16.08 66.03) | color: lch(27.15 16.08 66.03) |
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)
#48482E — rgb(72, 72, 46)
Deuteranopia (Green-blind)
#494B2F — rgb(73, 75, 47)
Tritanopia (Blue-blind)
#503233 — rgb(80, 50, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(28, 32%, 24%);
text
color: hsl(28, 32%, 24%);
border
border: 2px solid hsl(28, 32%, 24%);
gradient light
background: linear-gradient(to right, hsl(28, 32%, 44%), hsl(28, 32%, 24%));
gradient dark
background: linear-gradient(to right, hsl(28, 32%, 24%), hsl(28, 32%, 4%))
hex
background-color: #513C2A;
tailwind
bg-[hsl(28,32%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(28, 32%, 24%, 0.4);
css variable
--color-primary: hsl(28, 32%, 24%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(28, 32%, 24%)?
HEX: #513C2A | RGB: rgb(81, 60, 42) | CMYK: 0%, 26%, 48%, 68% | HSV: 28°, 48%, 32%. Copy any format from the conversion table above.
What colors go well with #513C2A?
The complementary color is HSL(208, 32%, 24%). For a triadic harmony, use hues 28°, 148°, and 268°. For analogous combinations, try hues 358° and 58°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(28, 32%, 24%) in CSS?
As HSL: color: hsl(28, 32%, 24%); — As HEX: color: #513C2A; — As RGB: color: rgb(81, 60, 42); — Tailwind CSS: bg-[hsl(28,32%,24%)] — CSS variable: --color-primary: hsl(28, 32%, 24%);