Taupe (Brown)
#5C2A0A
RGB: 92, 42, 10
Color OverviewHEX #5C2A0A

#5C2A0A Color Code Information

In the RGB color space, #5C2A0A is composed of 36% red, 16% green, and 4% blue. In the HSL color space, it has a hue of 23°, saturation of 80%, and lightness of 20%.

HEX
#5C2A0A
RGB
92, 42, 10
HSL
23°, 80%, 20%
HSV
23°, 89%, 36%
CMYK
0%, 54%, 89%, 64%
Name Match
Taupe
Closest Standard

Shades of #5C2A0A (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #5C2A0A (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #5C2A0A (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #5C2A0A

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #5C2A0A Background
Contrast Ratio against Pure White (#FFFFFF):11.73 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #5C2A0A Background
Contrast Ratio against Pure Black (#000000):1.79 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #5C2A0A;
}

.element {
  color: #5C2A0A;
  background-color: #5C2A0A;
  border-color: #5C2A0A;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#5C2A0A] text-[#5C2A0A] border-[#5C2A0A]">
  Content styled with #5C2A0A
</div>