Shades of Ochre #C87310
Tints of Ochre #C87310
RGB
CMYK
RGB Variations
Color information
#C87310 (or 0xC87310) is known color: Ochre. HEX triplet: C8, 73 and 10. RGB value is (200,115,16). Sum of RGB (Red+Green+Blue) = 200+115+16=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C87310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87310 is #378CEF. Grayscale: #818181. Windows color (decimal): -3640560 or 1078216. OLE color: 1078216.
HSL color Cylindrical-coordinate representation of color #C87310: hue angle of 32.28º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C87310 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 16 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.22 |
| HSL | 32.28º | 0.85% | 0.42% | - |
| HSV(B) | 32.28º | 0.92% | 0.78% | - |
| XYZ | 30.04 | 24.58 | 3.65 | - |
| YUV | 129.13 | 64.16 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 16 | 0 | 0.42 | 0.92 | 0.22 | 32.28 | 0.85 | 0.42 |
| Hex | C8 | 73 | 10 | 0 | 2A | 5C | 16 | 20 | 55 | 2A |
| Octal | 310 | 163 | 20 | 0 | 52 | 134 | 26 | 40 | 125 | 52 |
| Binary | 11001000 | 1110011 | 10000 | 0 | 101010 | 1011100 | 10110 | 100000 | 1010101 | 101010 |
Color Harmonies of #C87310
Complementary color
Monochromatic Colors of #C87310
Black with #C87310
Text Example
Text Example
White with #C87310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87310; }
p { color: rgb(200,115,16); }
H1.HeaderClassName
{
color: #C87310;
}
.AnyTagClassName
{
color: #C87310;
}
</style>
background-color css
<style>
a { background-color: #C87310; }
a { background-color: rgb(200,115,16); }
div.DivClassName
{
background-color: #C87310;
}
.BgClassName
{
background-color: #C87310;
}
</style>
border-color css
<style>
span { border-color: #C87310; }
span { border-color: rgb(200,115,16); }
td.TdClassName
{
border-color: #C87310;
}
.TagClassName
{
border-color: #C87310;
}
</style>