Shades of Ochre #C57610
Tints of Ochre #C57610
RGB
CMYK
RGB Variations
Color information
#C57610 (or 0xC57610) is known color: Ochre. HEX triplet: C5, 76 and 10. RGB value is (197,118,16). Sum of RGB (Red+Green+Blue) = 197+118+16=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C57610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57610 is #3A89EF. Grayscale: #828282. Windows color (decimal): -3836400 or 1078981. OLE color: 1078981.
HSL color Cylindrical-coordinate representation of color #C57610: hue angle of 33.81º 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 #C57610 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 16 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.23 |
| HSL | 33.81º | 0.85% | 0.42% | - |
| HSV(B) | 33.81º | 0.92% | 0.77% | - |
| XYZ | 29.6 | 24.86 | 3.73 | - |
| YUV | 129.99 | 63.67 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 16 | 0 | 0.40 | 0.92 | 0.23 | 33.81 | 0.85 | 0.42 |
| Hex | C5 | 76 | 10 | 0 | 28 | 5C | 17 | 22 | 55 | 2A |
| Octal | 305 | 166 | 20 | 0 | 50 | 134 | 27 | 42 | 125 | 52 |
| Binary | 11000101 | 1110110 | 10000 | 0 | 101000 | 1011100 | 10111 | 100010 | 1010101 | 101010 |
Color Harmonies of #C57610
Complementary color
Monochromatic Colors of #C57610
Black with #C57610
Text Example
Text Example
White with #C57610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57610; }
p { color: rgb(197,118,16); }
H1.HeaderClassName
{
color: #C57610;
}
.AnyTagClassName
{
color: #C57610;
}
</style>
background-color css
<style>
a { background-color: #C57610; }
a { background-color: rgb(197,118,16); }
div.DivClassName
{
background-color: #C57610;
}
.BgClassName
{
background-color: #C57610;
}
</style>
border-color css
<style>
span { border-color: #C57610; }
span { border-color: rgb(197,118,16); }
td.TdClassName
{
border-color: #C57610;
}
.TagClassName
{
border-color: #C57610;
}
</style>