Copper (Brown)
#C56F3E
RGB: 197, 111, 62
Color OverviewHEX #C56F3E

#C56F3E Color Code Information

In the RGB color space, #C56F3E is composed of 77% red, 44% green, and 24% blue. In the HSL color space, it has a hue of 22°, saturation of 54%, and lightness of 51%.

HEX
#C56F3E
RGB
197, 111, 62
HSL
22°, 54%, 51%
HSV
22°, 69%, 77%
CMYK
0%, 44%, 69%, 23%
Name Match
Copper
Closest Standard

Shades of #C56F3E (Darker Variations)

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

Tints of #C56F3E (Lighter Variations)

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

Tones of #C56F3E (Muted Variations)

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

Color Harmonies for #C56F3E

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

Developer Code Snippets & Tailwind CSS

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

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