Shades of Ochre #C87813
Tints of Ochre #C87813
RGB
CMYK
RGB Variations
Color information
#C87813 (or 0xC87813) is known color: Ochre. HEX triplet: C8, 78 and 13. RGB value is (200,120,19). Sum of RGB (Red+Green+Blue) = 200+120+19=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C87813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87813 is #3787EC. Grayscale: #848484. Windows color (decimal): -3639277 or 1276104. OLE color: 1276104.
HSL color Cylindrical-coordinate representation of color #C87813: hue angle of 33.48º 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 #C87813 is Cyan = 0, Magento = 0.4, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 19 | - |
| CMYK | 0 | 0.4 | 0.90 | 0.22 |
| HSL | 33.48º | 0.83% | 0.43% | - |
| HSV(B) | 33.48º | 0.91% | 0.78% | - |
| XYZ | 30.65 | 25.76 | 3.97 | - |
| YUV | 132.41 | 64 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 19 | 0 | 0.4 | 0.90 | 0.22 | 33.48 | 0.83 | 0.43 |
| Hex | C8 | 78 | 13 | 0 | 28 | 5A | 16 | 21 | 53 | 2B |
| Octal | 310 | 170 | 23 | 0 | 50 | 132 | 26 | 41 | 123 | 53 |
| Binary | 11001000 | 1111000 | 10011 | 0 | 101000 | 1011010 | 10110 | 100001 | 1010011 | 101011 |
Color Harmonies of #C87813
Complementary color
Monochromatic Colors of #C87813
Black with #C87813
Text Example
Text Example
White with #C87813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87813; }
p { color: rgb(200,120,19); }
H1.HeaderClassName
{
color: #C87813;
}
.AnyTagClassName
{
color: #C87813;
}
</style>
background-color css
<style>
a { background-color: #C87813; }
a { background-color: rgb(200,120,19); }
div.DivClassName
{
background-color: #C87813;
}
.BgClassName
{
background-color: #C87813;
}
</style>
border-color css
<style>
span { border-color: #C87813; }
span { border-color: rgb(200,120,19); }
td.TdClassName
{
border-color: #C87813;
}
.TagClassName
{
border-color: #C87813;
}
</style>