Shades of Ochre #C57210
Tints of Ochre #C57210
RGB
CMYK
RGB Variations
Color information
#C57210 (or 0xC57210) is known color: Ochre. HEX triplet: C5, 72 and 10. RGB value is (197,114,16). Sum of RGB (Red+Green+Blue) = 197+114+16=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C57210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57210 is #3A8DEF. Grayscale: #808080. Windows color (decimal): -3837424 or 1077957. OLE color: 1077957.
HSL color Cylindrical-coordinate representation of color #C57210: hue angle of 32.49º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C57210 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 114 | 16 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.23 |
| HSL | 32.49º | 0.85% | 0.42% | - |
| HSV(B) | 32.49º | 0.92% | 0.77% | - |
| XYZ | 29.14 | 23.94 | 3.58 | - |
| YUV | 127.65 | 65 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 16 | 0 | 0.42 | 0.92 | 0.23 | 32.49 | 0.85 | 0.42 |
| Hex | C5 | 72 | 10 | 0 | 2A | 5C | 17 | 20 | 55 | 2A |
| Octal | 305 | 162 | 20 | 0 | 52 | 134 | 27 | 40 | 125 | 52 |
| Binary | 11000101 | 1110010 | 10000 | 0 | 101010 | 1011100 | 10111 | 100000 | 1010101 | 101010 |
Color Harmonies of #C57210
Complementary color
Monochromatic Colors of #C57210
Black with #C57210
Text Example
Text Example
White with #C57210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57210; }
p { color: rgb(197,114,16); }
H1.HeaderClassName
{
color: #C57210;
}
.AnyTagClassName
{
color: #C57210;
}
</style>
background-color css
<style>
a { background-color: #C57210; }
a { background-color: rgb(197,114,16); }
div.DivClassName
{
background-color: #C57210;
}
.BgClassName
{
background-color: #C57210;
}
</style>
border-color css
<style>
span { border-color: #C57210; }
span { border-color: rgb(197,114,16); }
td.TdClassName
{
border-color: #C57210;
}
.TagClassName
{
border-color: #C57210;
}
</style>