Taupe (Brown)
#724F3B
RGB: 114, 79, 59
Color OverviewHEX #724F3B

#724F3B Color Code Information

In the RGB color space, #724F3B is composed of 45% red, 31% green, and 23% blue. In the HSL color space, it has a hue of 22°, saturation of 32%, and lightness of 34%.

HEX
#724F3B
RGB
114, 79, 59
HSL
22°, 32%, 34%
HSV
22°, 48%, 45%
CMYK
0%, 31%, 48%, 55%
Name Match
Taupe
Closest Standard

Shades of #724F3B (Darker Variations)

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

Tints of #724F3B (Lighter Variations)

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

Tones of #724F3B (Muted Variations)

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

Color Harmonies for #724F3B

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 #724F3B Background
Contrast Ratio against Pure White (#FFFFFF):7.25 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #724F3B Background
Contrast Ratio against Pure Black (#000000):2.9 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #724F3B;
}

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