Shades of Ochre #C87917
Tints of Ochre #C87917
RGB
CMYK
RGB Variations
Color information
#C87917 (or 0xC87917) is known color: Ochre. HEX triplet: C8, 79 and 17. RGB value is (200,121,23). Sum of RGB (Red+Green+Blue) = 200+121+23=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C87917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87917 is #3786E8. Grayscale: #858585. Windows color (decimal): -3639017 or 1538504. OLE color: 1538504.
HSL color Cylindrical-coordinate representation of color #C87917: hue angle of 33.22º 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 #C87917 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 23 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.22 |
| HSL | 33.22º | 0.79% | 0.44% | - |
| HSV(B) | 33.22º | 0.89% | 0.78% | - |
| XYZ | 30.81 | 26.02 | 4.21 | - |
| YUV | 133.45 | 65.67 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 23 | 0 | 0.39 | 0.88 | 0.22 | 33.22 | 0.79 | 0.44 |
| Hex | C8 | 79 | 17 | 0 | 27 | 58 | 16 | 21 | 4F | 2C |
| Octal | 310 | 171 | 27 | 0 | 47 | 130 | 26 | 41 | 117 | 54 |
| Binary | 11001000 | 1111001 | 10111 | 0 | 100111 | 1011000 | 10110 | 100001 | 1001111 | 101100 |
Color Harmonies of #C87917
Complementary color
Monochromatic Colors of #C87917
Black with #C87917
Text Example
Text Example
White with #C87917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87917; }
p { color: rgb(200,121,23); }
H1.HeaderClassName
{
color: #C87917;
}
.AnyTagClassName
{
color: #C87917;
}
</style>
background-color css
<style>
a { background-color: #C87917; }
a { background-color: rgb(200,121,23); }
div.DivClassName
{
background-color: #C87917;
}
.BgClassName
{
background-color: #C87917;
}
</style>
border-color css
<style>
span { border-color: #C87917; }
span { border-color: rgb(200,121,23); }
td.TdClassName
{
border-color: #C87917;
}
.TagClassName
{
border-color: #C87917;
}
</style>