Shades of Ochre #C57416
Tints of Ochre #C57416
RGB
CMYK
RGB Variations
Color information
#C57416 (or 0xC57416) is known color: Ochre. HEX triplet: C5, 74 and 16. RGB value is (197,116,22). Sum of RGB (Red+Green+Blue) = 197+116+22=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C57416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57416 is #3A8BE9. Grayscale: #818181. Windows color (decimal): -3836906 or 1471685. OLE color: 1471685.
HSL color Cylindrical-coordinate representation of color #C57416: hue angle of 32.23º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C57416 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 22 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.23 |
| HSL | 32.23º | 0.8% | 0.43% | - |
| HSV(B) | 32.23º | 0.89% | 0.77% | - |
| XYZ | 29.42 | 24.42 | 3.92 | - |
| YUV | 129.5 | 67.34 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 22 | 0 | 0.41 | 0.89 | 0.23 | 32.23 | 0.8 | 0.43 |
| Hex | C5 | 74 | 16 | 0 | 29 | 59 | 17 | 20 | 50 | 2B |
| Octal | 305 | 164 | 26 | 0 | 51 | 131 | 27 | 40 | 120 | 53 |
| Binary | 11000101 | 1110100 | 10110 | 0 | 101001 | 1011001 | 10111 | 100000 | 1010000 | 101011 |
Color Harmonies of #C57416
Complementary color
Monochromatic Colors of #C57416
Black with #C57416
Text Example
Text Example
White with #C57416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57416; }
p { color: rgb(197,116,22); }
H1.HeaderClassName
{
color: #C57416;
}
.AnyTagClassName
{
color: #C57416;
}
</style>
background-color css
<style>
a { background-color: #C57416; }
a { background-color: rgb(197,116,22); }
div.DivClassName
{
background-color: #C57416;
}
.BgClassName
{
background-color: #C57416;
}
</style>
border-color css
<style>
span { border-color: #C57416; }
span { border-color: rgb(197,116,22); }
td.TdClassName
{
border-color: #C57416;
}
.TagClassName
{
border-color: #C57416;
}
</style>