Shades of Ochre #C87517
Tints of Ochre #C87517
RGB
CMYK
RGB Variations
Color information
#C87517 (or 0xC87517) is known color: Ochre. HEX triplet: C8, 75 and 17. RGB value is (200,117,23). Sum of RGB (Red+Green+Blue) = 200+117+23=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C87517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87517 is #378AE8. Grayscale: #838383. Windows color (decimal): -3640041 or 1537480. OLE color: 1537480.
HSL color Cylindrical-coordinate representation of color #C87517: hue angle of 31.86º 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 #C87517 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 23 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.22 |
| HSL | 31.86º | 0.79% | 0.44% | - |
| HSV(B) | 31.86º | 0.89% | 0.78% | - |
| XYZ | 30.34 | 25.06 | 4.05 | - |
| YUV | 131.1 | 67 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 23 | 0 | 0.42 | 0.88 | 0.22 | 31.86 | 0.79 | 0.44 |
| Hex | C8 | 75 | 17 | 0 | 2A | 58 | 16 | 20 | 4F | 2C |
| Octal | 310 | 165 | 27 | 0 | 52 | 130 | 26 | 40 | 117 | 54 |
| Binary | 11001000 | 1110101 | 10111 | 0 | 101010 | 1011000 | 10110 | 100000 | 1001111 | 101100 |
Color Harmonies of #C87517
Complementary color
Monochromatic Colors of #C87517
Black with #C87517
Text Example
Text Example
White with #C87517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87517; }
p { color: rgb(200,117,23); }
H1.HeaderClassName
{
color: #C87517;
}
.AnyTagClassName
{
color: #C87517;
}
</style>
background-color css
<style>
a { background-color: #C87517; }
a { background-color: rgb(200,117,23); }
div.DivClassName
{
background-color: #C87517;
}
.BgClassName
{
background-color: #C87517;
}
</style>
border-color css
<style>
span { border-color: #C87517; }
span { border-color: rgb(200,117,23); }
td.TdClassName
{
border-color: #C87517;
}
.TagClassName
{
border-color: #C87517;
}
</style>