Shades of Ochre #C47625
Tints of Ochre #C47625
RGB
CMYK
RGB Variations
Color information
#C47625 (or 0xC47625) is known color: Ochre. HEX triplet: C4, 76 and 25. RGB value is (196,118,37). Sum of RGB (Red+Green+Blue) = 196+118+37=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C47625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47625 is #3B89DA. Grayscale: #848484. Windows color (decimal): -3901915 or 2455236. OLE color: 2455236.
HSL color Cylindrical-coordinate representation of color #C47625: hue angle of 30.57º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C47625 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 37 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.23 |
| HSL | 30.57º | 0.68% | 0.46% | - |
| HSV(B) | 30.57º | 0.81% | 0.77% | - |
| XYZ | 29.58 | 24.83 | 4.98 | - |
| YUV | 132.09 | 74.34 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 37 | 0 | 0.40 | 0.81 | 0.23 | 30.57 | 0.68 | 0.46 |
| Hex | C4 | 76 | 25 | 0 | 28 | 51 | 17 | 1F | 44 | 2E |
| Octal | 304 | 166 | 45 | 0 | 50 | 121 | 27 | 37 | 104 | 56 |
| Binary | 11000100 | 1110110 | 100101 | 0 | 101000 | 1010001 | 10111 | 11111 | 1000100 | 101110 |
Color Harmonies of #C47625
Complementary color
Monochromatic Colors of #C47625
Black with #C47625
Text Example
Text Example
White with #C47625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47625; }
p { color: rgb(196,118,37); }
H1.HeaderClassName
{
color: #C47625;
}
.AnyTagClassName
{
color: #C47625;
}
</style>
background-color css
<style>
a { background-color: #C47625; }
a { background-color: rgb(196,118,37); }
div.DivClassName
{
background-color: #C47625;
}
.BgClassName
{
background-color: #C47625;
}
</style>
border-color css
<style>
span { border-color: #C47625; }
span { border-color: rgb(196,118,37); }
td.TdClassName
{
border-color: #C47625;
}
.TagClassName
{
border-color: #C47625;
}
</style>