Shades of Ochre #C47725
Tints of Ochre #C47725
RGB
CMYK
RGB Variations
Color information
#C47725 (or 0xC47725) is known color: Ochre. HEX triplet: C4, 77 and 25. RGB value is (196,119,37). Sum of RGB (Red+Green+Blue) = 196+119+37=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C47725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47725 is #3B88DA. Grayscale: #858585. Windows color (decimal): -3901659 or 2455492. OLE color: 2455492.
HSL color Cylindrical-coordinate representation of color #C47725: hue angle of 30.94º 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 #C47725 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 37 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.23 |
| HSL | 30.94º | 0.68% | 0.46% | - |
| HSV(B) | 30.94º | 0.81% | 0.77% | - |
| XYZ | 29.7 | 25.06 | 5.02 | - |
| YUV | 132.68 | 74.01 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 37 | 0 | 0.39 | 0.81 | 0.23 | 30.94 | 0.68 | 0.46 |
| Hex | C4 | 77 | 25 | 0 | 27 | 51 | 17 | 1F | 44 | 2E |
| Octal | 304 | 167 | 45 | 0 | 47 | 121 | 27 | 37 | 104 | 56 |
| Binary | 11000100 | 1110111 | 100101 | 0 | 100111 | 1010001 | 10111 | 11111 | 1000100 | 101110 |
Color Harmonies of #C47725
Complementary color
Monochromatic Colors of #C47725
Black with #C47725
Text Example
Text Example
White with #C47725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47725; }
p { color: rgb(196,119,37); }
H1.HeaderClassName
{
color: #C47725;
}
.AnyTagClassName
{
color: #C47725;
}
</style>
background-color css
<style>
a { background-color: #C47725; }
a { background-color: rgb(196,119,37); }
div.DivClassName
{
background-color: #C47725;
}
.BgClassName
{
background-color: #C47725;
}
</style>
border-color css
<style>
span { border-color: #C47725; }
span { border-color: rgb(196,119,37); }
td.TdClassName
{
border-color: #C47725;
}
.TagClassName
{
border-color: #C47725;
}
</style>