HSL(41, 75%, 20%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2700K

CSS Class

bg-[hsl(41,75%,20%)]

Color Conversions

Format Value CSS Usage
HSL hsl(41, 75%, 20%) color: hsl(41, 75%, 20%)
HEX #59410D color: #59410D
RGB rgb(89, 65, 13) color: rgb(89, 65, 13)
CMYK cmyk(0%, 27%, 85%, 65%)
HSV hsv(41, 85%, 35%)
HWB hwb(41 5% 65%) color: hwb(41 5% 65%)
OKLCH oklch(0.3919 0.0733 81.95) color: oklch(0.3919 0.0733 81.95)
Lab lab(29.25 4.98 33.43) color: lab(29.25 4.98 33.43)
LCH lch(29.25 33.8 81.53) color: lch(29.25 33.8 81.53)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 9.6:1
vs Black 2.19:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#4F4E1A — rgb(79, 78, 26)

Deuteranopia (Green-blind)

#50521D — rgb(80, 82, 29)

Tritanopia (Blue-blind)

#582426 — rgb(88, 36, 38)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(41, 75%, 20%);

text

color: hsl(41, 75%, 20%);

border

border: 2px solid hsl(41, 75%, 20%);

gradient light

background: linear-gradient(to right, hsl(41, 75%, 40%), hsl(41, 75%, 20%));

gradient dark

background: linear-gradient(to right, hsl(41, 75%, 20%), hsl(41, 75%, 0%))

hex

background-color: #59410D;

tailwind

bg-[hsl(41,75%,20%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(41, 75%, 20%, 0.4);

css variable

--color-primary: hsl(41, 75%, 20%);

Related Colors

Use Cases for Orange

E-commerce CTAs Food & beverage branding Energetic UI elements Sale tags Sunset themes

Frequently Asked Questions

What are all the color codes for HSL(41, 75%, 20%)?

HEX: #59410D | RGB: rgb(89, 65, 13) | CMYK: 0%, 27%, 85%, 65% | HSV: 41°, 85%, 35%. Copy any format from the conversion table above.

What colors go well with #59410D?

The complementary color is HSL(221, 75%, 20%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(41, 75%, 20%) in CSS?

As HSL: color: hsl(41, 75%, 20%); — As HEX: color: #59410D; — As RGB: color: rgb(89, 65, 13); — Tailwind CSS: bg-[hsl(41,75%,20%)] — CSS variable: --color-primary: hsl(41, 75%, 20%);