Shades of Ochre #C37325
Tints of Ochre #C37325
RGB
CMYK
RGB Variations
Color information
#C37325 (or 0xC37325) is known color: Ochre. HEX triplet: C3, 73 and 25. RGB value is (195,115,37). Sum of RGB (Red+Green+Blue) = 195+115+37=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C37325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37325 is #3C8CDA. Grayscale: #828282. Windows color (decimal): -3968219 or 2454467. OLE color: 2454467.
HSL color Cylindrical-coordinate representation of color #C37325: hue angle of 29.62º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C37325 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 37 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.24 |
| HSL | 29.62º | 0.68% | 0.45% | - |
| HSV(B) | 29.62º | 0.81% | 0.76% | - |
| XYZ | 28.97 | 24 | 4.86 | - |
| YUV | 130.03 | 75.5 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 37 | 0 | 0.41 | 0.81 | 0.24 | 29.62 | 0.68 | 0.45 |
| Hex | C3 | 73 | 25 | 0 | 29 | 51 | 18 | 1E | 44 | 2D |
| Octal | 303 | 163 | 45 | 0 | 51 | 121 | 30 | 36 | 104 | 55 |
| Binary | 11000011 | 1110011 | 100101 | 0 | 101001 | 1010001 | 11000 | 11110 | 1000100 | 101101 |
Color Harmonies of #C37325
Complementary color
Monochromatic Colors of #C37325
Black with #C37325
Text Example
Text Example
White with #C37325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37325; }
p { color: rgb(195,115,37); }
H1.HeaderClassName
{
color: #C37325;
}
.AnyTagClassName
{
color: #C37325;
}
</style>
background-color css
<style>
a { background-color: #C37325; }
a { background-color: rgb(195,115,37); }
div.DivClassName
{
background-color: #C37325;
}
.BgClassName
{
background-color: #C37325;
}
</style>
border-color css
<style>
span { border-color: #C37325; }
span { border-color: rgb(195,115,37); }
td.TdClassName
{
border-color: #C37325;
}
.TagClassName
{
border-color: #C37325;
}
</style>