Shades of Ochre #C57912
Tints of Ochre #C57912
RGB
CMYK
RGB Variations
Color information
#C57912 (or 0xC57912) is known color: Ochre. HEX triplet: C5, 79 and 12. RGB value is (197,121,18). Sum of RGB (Red+Green+Blue) = 197+121+18=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C57912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57912 is #3A86ED. Grayscale: #848484. Windows color (decimal): -3835630 or 1210821. OLE color: 1210821.
HSL color Cylindrical-coordinate representation of color #C57912: hue angle of 34.53º 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 #C57912 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 121 | 18 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.23 |
| HSL | 34.53º | 0.83% | 0.42% | - |
| HSV(B) | 34.53º | 0.91% | 0.77% | - |
| XYZ | 29.97 | 25.59 | 3.93 | - |
| YUV | 131.98 | 63.68 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 121 | 18 | 0 | 0.39 | 0.91 | 0.23 | 34.53 | 0.83 | 0.42 |
| Hex | C5 | 79 | 12 | 0 | 27 | 5B | 17 | 23 | 53 | 2A |
| Octal | 305 | 171 | 22 | 0 | 47 | 133 | 27 | 43 | 123 | 52 |
| Binary | 11000101 | 1111001 | 10010 | 0 | 100111 | 1011011 | 10111 | 100011 | 1010011 | 101010 |
Color Harmonies of #C57912
Complementary color
Monochromatic Colors of #C57912
Black with #C57912
Text Example
Text Example
White with #C57912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57912; }
p { color: rgb(197,121,18); }
H1.HeaderClassName
{
color: #C57912;
}
.AnyTagClassName
{
color: #C57912;
}
</style>
background-color css
<style>
a { background-color: #C57912; }
a { background-color: rgb(197,121,18); }
div.DivClassName
{
background-color: #C57912;
}
.BgClassName
{
background-color: #C57912;
}
</style>
border-color css
<style>
span { border-color: #C57912; }
span { border-color: rgb(197,121,18); }
td.TdClassName
{
border-color: #C57912;
}
.TagClassName
{
border-color: #C57912;
}
</style>