Shades of Ochre #C77017
Tints of Ochre #C77017
RGB
CMYK
RGB Variations
Color information
#C77017 (or 0xC77017) is known color: Ochre. HEX triplet: C7, 70 and 17. RGB value is (199,112,23). Sum of RGB (Red+Green+Blue) = 199+112+23=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C77017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77017 is #388FE8. Grayscale: #808080. Windows color (decimal): -3706857 or 1536199. OLE color: 1536199.
HSL color Cylindrical-coordinate representation of color #C77017: hue angle of 30.34º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C77017 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 23 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.22 |
| HSL | 30.34º | 0.79% | 0.44% | - |
| HSV(B) | 30.34º | 0.88% | 0.78% | - |
| XYZ | 29.5 | 23.79 | 3.85 | - |
| YUV | 127.87 | 68.82 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 23 | 0 | 0.44 | 0.88 | 0.22 | 30.34 | 0.79 | 0.44 |
| Hex | C7 | 70 | 17 | 0 | 2C | 58 | 16 | 1E | 4F | 2C |
| Octal | 307 | 160 | 27 | 0 | 54 | 130 | 26 | 36 | 117 | 54 |
| Binary | 11000111 | 1110000 | 10111 | 0 | 101100 | 1011000 | 10110 | 11110 | 1001111 | 101100 |
Color Harmonies of #C77017
Complementary color
Monochromatic Colors of #C77017
Black with #C77017
Text Example
Text Example
White with #C77017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77017; }
p { color: rgb(199,112,23); }
H1.HeaderClassName
{
color: #C77017;
}
.AnyTagClassName
{
color: #C77017;
}
</style>
background-color css
<style>
a { background-color: #C77017; }
a { background-color: rgb(199,112,23); }
div.DivClassName
{
background-color: #C77017;
}
.BgClassName
{
background-color: #C77017;
}
</style>
border-color css
<style>
span { border-color: #C77017; }
span { border-color: rgb(199,112,23); }
td.TdClassName
{
border-color: #C77017;
}
.TagClassName
{
border-color: #C77017;
}
</style>