Shades of Ochre #C37825
Tints of Ochre #C37825
RGB
CMYK
RGB Variations
Color information
#C37825 (or 0xC37825) is known color: Ochre. HEX triplet: C3, 78 and 25. RGB value is (195,120,37). Sum of RGB (Red+Green+Blue) = 195+120+37=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C37825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37825 is #3C87DA. Grayscale: #858585. Windows color (decimal): -3966939 or 2455747. OLE color: 2455747.
HSL color Cylindrical-coordinate representation of color #C37825: hue angle of 31.52º 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 #C37825 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 37 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.24 |
| HSL | 31.52º | 0.68% | 0.45% | - |
| HSV(B) | 31.52º | 0.81% | 0.76% | - |
| XYZ | 29.56 | 25.17 | 5.05 | - |
| YUV | 132.96 | 73.85 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 37 | 0 | 0.38 | 0.81 | 0.24 | 31.52 | 0.68 | 0.45 |
| Hex | C3 | 78 | 25 | 0 | 26 | 51 | 18 | 20 | 44 | 2D |
| Octal | 303 | 170 | 45 | 0 | 46 | 121 | 30 | 40 | 104 | 55 |
| Binary | 11000011 | 1111000 | 100101 | 0 | 100110 | 1010001 | 11000 | 100000 | 1000100 | 101101 |
Color Harmonies of #C37825
Complementary color
Monochromatic Colors of #C37825
Black with #C37825
Text Example
Text Example
White with #C37825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37825; }
p { color: rgb(195,120,37); }
H1.HeaderClassName
{
color: #C37825;
}
.AnyTagClassName
{
color: #C37825;
}
</style>
background-color css
<style>
a { background-color: #C37825; }
a { background-color: rgb(195,120,37); }
div.DivClassName
{
background-color: #C37825;
}
.BgClassName
{
background-color: #C37825;
}
</style>
border-color css
<style>
span { border-color: #C37825; }
span { border-color: rgb(195,120,37); }
td.TdClassName
{
border-color: #C37825;
}
.TagClassName
{
border-color: #C37825;
}
</style>