Ochre (Yellow)
#C37925
RGB: 195, 121, 37
Color OverviewHEX #C37925

#C37925 Color Code Information

In the RGB color space, #C37925 is composed of 76% red, 47% green, and 15% blue. In the HSL color space, it has a hue of 32°, saturation of 68%, and lightness of 45%.

HEX
#C37925
RGB
195, 121, 37
HSL
32°, 68%, 45%
HSV
32°, 81%, 76%
CMYK
0%, 38%, 81%, 24%
Name Match
Ochre
Closest Standard

Shades of #C37925 (Darker Variations)

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

Tints of #C37925 (Lighter Variations)

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

Tones of #C37925 (Muted Variations)

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

Color Harmonies for #C37925

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

Developer Code Snippets & Tailwind CSS

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

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