Shades of Ochre #C37A21
Tints of Ochre #C37A21
RGB
CMYK
RGB Variations
Color information
#C37A21 (or 0xC37A21) is known color: Ochre. HEX triplet: C3, 7A and 21. RGB value is (195,122,33). Sum of RGB (Red+Green+Blue) = 195+122+33=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37A21 is #3C85DE. Grayscale: #868686. Windows color (decimal): -3966431 or 2194115. OLE color: 2194115.
HSL color Cylindrical-coordinate representation of color #C37A21: hue angle of 32.96º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C37A21 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 33 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.24 |
| HSL | 32.96º | 0.71% | 0.45% | - |
| HSV(B) | 32.96º | 0.83% | 0.76% | - |
| XYZ | 29.74 | 25.63 | 4.82 | - |
| YUV | 133.68 | 71.18 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 33 | 0 | 0.37 | 0.83 | 0.24 | 32.96 | 0.71 | 0.45 |
| Hex | C3 | 7A | 21 | 0 | 25 | 53 | 18 | 21 | 47 | 2D |
| Octal | 303 | 172 | 41 | 0 | 45 | 123 | 30 | 41 | 107 | 55 |
| Binary | 11000011 | 1111010 | 100001 | 0 | 100101 | 1010011 | 11000 | 100001 | 1000111 | 101101 |
Color Harmonies of #C37A21
Complementary color
Monochromatic Colors of #C37A21
Black with #C37A21
Text Example
Text Example
White with #C37A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A21; }
p { color: rgb(195,122,33); }
H1.HeaderClassName
{
color: #C37A21;
}
.AnyTagClassName
{
color: #C37A21;
}
</style>
background-color css
<style>
a { background-color: #C37A21; }
a { background-color: rgb(195,122,33); }
div.DivClassName
{
background-color: #C37A21;
}
.BgClassName
{
background-color: #C37A21;
}
</style>
border-color css
<style>
span { border-color: #C37A21; }
span { border-color: rgb(195,122,33); }
td.TdClassName
{
border-color: #C37A21;
}
.TagClassName
{
border-color: #C37A21;
}
</style>