Shades of Ochre #C57510
Tints of Ochre #C57510
RGB
CMYK
RGB Variations
Color information
#C57510 (or 0xC57510) is known color: Ochre. HEX triplet: C5, 75 and 10. RGB value is (197,117,16). Sum of RGB (Red+Green+Blue) = 197+117+16=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C57510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57510 is #3A8AEF. Grayscale: #818181. Windows color (decimal): -3836656 or 1078725. OLE color: 1078725.
HSL color Cylindrical-coordinate representation of color #C57510: hue angle of 33.48º 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 #C57510 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 16 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.23 |
| HSL | 33.48º | 0.85% | 0.42% | - |
| HSV(B) | 33.48º | 0.92% | 0.77% | - |
| XYZ | 29.48 | 24.63 | 3.69 | - |
| YUV | 129.41 | 64 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 16 | 0 | 0.41 | 0.92 | 0.23 | 33.48 | 0.85 | 0.42 |
| Hex | C5 | 75 | 10 | 0 | 29 | 5C | 17 | 21 | 55 | 2A |
| Octal | 305 | 165 | 20 | 0 | 51 | 134 | 27 | 41 | 125 | 52 |
| Binary | 11000101 | 1110101 | 10000 | 0 | 101001 | 1011100 | 10111 | 100001 | 1010101 | 101010 |
Color Harmonies of #C57510
Complementary color
Monochromatic Colors of #C57510
Black with #C57510
Text Example
Text Example
White with #C57510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57510; }
p { color: rgb(197,117,16); }
H1.HeaderClassName
{
color: #C57510;
}
.AnyTagClassName
{
color: #C57510;
}
</style>
background-color css
<style>
a { background-color: #C57510; }
a { background-color: rgb(197,117,16); }
div.DivClassName
{
background-color: #C57510;
}
.BgClassName
{
background-color: #C57510;
}
</style>
border-color css
<style>
span { border-color: #C57510; }
span { border-color: rgb(197,117,16); }
td.TdClassName
{
border-color: #C57510;
}
.TagClassName
{
border-color: #C57510;
}
</style>