Peru (Brown)
#C38546
RGB: 195, 133, 70
Color OverviewHEX #C38546

#C38546 Color Code Information

In the RGB color space, #C38546 is composed of 76% red, 52% green, and 27% blue. In the HSL color space, it has a hue of 30°, saturation of 51%, and lightness of 52%.

HEX
#C38546
RGB
195, 133, 70
HSL
30°, 51%, 52%
HSV
30°, 64%, 76%
CMYK
0%, 32%, 64%, 24%
Name Match
Peru
Closest Standard

Shades of #C38546 (Darker Variations)

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

Tints of #C38546 (Lighter Variations)

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

Tones of #C38546 (Muted Variations)

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

Color Harmonies for #C38546

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

Developer Code Snippets & Tailwind CSS

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

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