Shades of Ochre #C57712
Tints of Ochre #C57712
RGB
CMYK
RGB Variations
Color information
#C57712 (or 0xC57712) is known color: Ochre. HEX triplet: C5, 77 and 12. RGB value is (197,119,18). Sum of RGB (Red+Green+Blue) = 197+119+18=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C57712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57712 is #3A88ED. Grayscale: #838383. Windows color (decimal): -3836142 or 1210309. OLE color: 1210309.
HSL color Cylindrical-coordinate representation of color #C57712: hue angle of 33.85º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C57712 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 18 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.23 |
| HSL | 33.85º | 0.83% | 0.42% | - |
| HSV(B) | 33.85º | 0.91% | 0.77% | - |
| XYZ | 29.73 | 25.11 | 3.85 | - |
| YUV | 130.81 | 64.34 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 18 | 0 | 0.40 | 0.91 | 0.23 | 33.85 | 0.83 | 0.42 |
| Hex | C5 | 77 | 12 | 0 | 28 | 5B | 17 | 22 | 53 | 2A |
| Octal | 305 | 167 | 22 | 0 | 50 | 133 | 27 | 42 | 123 | 52 |
| Binary | 11000101 | 1110111 | 10010 | 0 | 101000 | 1011011 | 10111 | 100010 | 1010011 | 101010 |
Color Harmonies of #C57712
Complementary color
Monochromatic Colors of #C57712
Black with #C57712
Text Example
Text Example
White with #C57712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57712; }
p { color: rgb(197,119,18); }
H1.HeaderClassName
{
color: #C57712;
}
.AnyTagClassName
{
color: #C57712;
}
</style>
background-color css
<style>
a { background-color: #C57712; }
a { background-color: rgb(197,119,18); }
div.DivClassName
{
background-color: #C57712;
}
.BgClassName
{
background-color: #C57712;
}
</style>
border-color css
<style>
span { border-color: #C57712; }
span { border-color: rgb(197,119,18); }
td.TdClassName
{
border-color: #C57712;
}
.TagClassName
{
border-color: #C57712;
}
</style>