Shades of Ochre #C87313
Tints of Ochre #C87313
RGB
CMYK
RGB Variations
Color information
#C87313 (or 0xC87313) is known color: Ochre. HEX triplet: C8, 73 and 13. RGB value is (200,115,19). Sum of RGB (Red+Green+Blue) = 200+115+19=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C87313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87313 is #378CEC. Grayscale: #818181. Windows color (decimal): -3640557 or 1274824. OLE color: 1274824.
HSL color Cylindrical-coordinate representation of color #C87313: hue angle of 31.82º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C87313 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 19 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.22 |
| HSL | 31.82º | 0.83% | 0.43% | - |
| HSV(B) | 31.82º | 0.91% | 0.78% | - |
| XYZ | 30.07 | 24.59 | 3.78 | - |
| YUV | 129.47 | 65.66 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 19 | 0 | 0.42 | 0.90 | 0.22 | 31.82 | 0.83 | 0.43 |
| Hex | C8 | 73 | 13 | 0 | 2A | 5A | 16 | 20 | 53 | 2B |
| Octal | 310 | 163 | 23 | 0 | 52 | 132 | 26 | 40 | 123 | 53 |
| Binary | 11001000 | 1110011 | 10011 | 0 | 101010 | 1011010 | 10110 | 100000 | 1010011 | 101011 |
Color Harmonies of #C87313
Complementary color
Monochromatic Colors of #C87313
Black with #C87313
Text Example
Text Example
White with #C87313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87313; }
p { color: rgb(200,115,19); }
H1.HeaderClassName
{
color: #C87313;
}
.AnyTagClassName
{
color: #C87313;
}
</style>
background-color css
<style>
a { background-color: #C87313; }
a { background-color: rgb(200,115,19); }
div.DivClassName
{
background-color: #C87313;
}
.BgClassName
{
background-color: #C87313;
}
</style>
border-color css
<style>
span { border-color: #C87313; }
span { border-color: rgb(200,115,19); }
td.TdClassName
{
border-color: #C87313;
}
.TagClassName
{
border-color: #C87313;
}
</style>