Shades of Ochre #C57816
Tints of Ochre #C57816
RGB
CMYK
RGB Variations
Color information
#C57816 (or 0xC57816) is known color: Ochre. HEX triplet: C5, 78 and 16. RGB value is (197,120,22). Sum of RGB (Red+Green+Blue) = 197+120+22=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C57816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57816 is #3A87E9. Grayscale: #848484. Windows color (decimal): -3835882 or 1472709. OLE color: 1472709.
HSL color Cylindrical-coordinate representation of color #C57816: hue angle of 33.6º 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 #C57816 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 22 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.23 |
| HSL | 33.6º | 0.8% | 0.43% | - |
| HSV(B) | 33.6º | 0.89% | 0.77% | - |
| XYZ | 29.89 | 25.36 | 4.08 | - |
| YUV | 131.85 | 66.01 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 22 | 0 | 0.39 | 0.89 | 0.23 | 33.6 | 0.8 | 0.43 |
| Hex | C5 | 78 | 16 | 0 | 27 | 59 | 17 | 22 | 50 | 2B |
| Octal | 305 | 170 | 26 | 0 | 47 | 131 | 27 | 42 | 120 | 53 |
| Binary | 11000101 | 1111000 | 10110 | 0 | 100111 | 1011001 | 10111 | 100010 | 1010000 | 101011 |
Color Harmonies of #C57816
Complementary color
Monochromatic Colors of #C57816
Black with #C57816
Text Example
Text Example
White with #C57816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57816; }
p { color: rgb(197,120,22); }
H1.HeaderClassName
{
color: #C57816;
}
.AnyTagClassName
{
color: #C57816;
}
</style>
background-color css
<style>
a { background-color: #C57816; }
a { background-color: rgb(197,120,22); }
div.DivClassName
{
background-color: #C57816;
}
.BgClassName
{
background-color: #C57816;
}
</style>
border-color css
<style>
span { border-color: #C57816; }
span { border-color: rgb(197,120,22); }
td.TdClassName
{
border-color: #C57816;
}
.TagClassName
{
border-color: #C57816;
}
</style>