HSL(29, 30%, 41%)

Orange — Orange color

Adjust Color

Color Information

Color Name

Orange

Color Family

Orange

Warm / Cool

🔴 Warm

Temperature

2000K

CSS Class

bg-[hsl(29,30%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(29, 30%, 41%) color: hsl(29, 30%, 41%)
HEX #886849 color: #886849
RGB rgb(136, 104, 73) color: rgb(136, 104, 73)
CMYK cmyk(0%, 24%, 46%, 47%)
HSV hsv(30, 46%, 53%)
HWB hwb(30 29% 47%) color: hwb(30 29% 47%)
OKLCH oklch(0.5417 0.0607 65.06) color: oklch(0.5417 0.0607 65.06)
Lab lab(46.47 8.57 22.37) color: lab(46.47 8.57 22.37)
LCH lch(46.47 23.96 69.04) color: lch(46.47 23.96 69.04)

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 5.09:1
vs Black 4.12:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#7A7A51 — rgb(122, 122, 81)

Deuteranopia (Green-blind)

#7C7E52 — rgb(124, 126, 82)

Tritanopia (Blue-blind)

#865658 — rgb(134, 86, 88)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(29, 30%, 41%);

text

color: hsl(29, 30%, 41%);

border

border: 2px solid hsl(29, 30%, 41%);

gradient light

background: linear-gradient(to right, hsl(29, 30%, 61%), hsl(29, 30%, 41%));

gradient dark

background: linear-gradient(to right, hsl(29, 30%, 41%), hsl(29, 30%, 21%))

hex

background-color: #886849;

tailwind

bg-[hsl(29,30%,41%)]

box shadow

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

css variable

--color-primary: hsl(29, 30%, 41%);

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(29, 30%, 41%)?

HEX: #886849 | RGB: rgb(136, 104, 73) | CMYK: 0%, 24%, 46%, 47% | HSV: 30°, 46%, 53%. Copy any format from the conversion table above.

What colors go well with #886849?

The complementary color is HSL(209, 30%, 41%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(29, 30%, 41%) in CSS?

As HSL: color: hsl(29, 30%, 41%); — As HEX: color: #886849; — As RGB: color: rgb(136, 104, 73); — Tailwind CSS: bg-[hsl(29,30%,41%)] — CSS variable: --color-primary: hsl(29, 30%, 41%);