Shades of Ochre #C87913
Tints of Ochre #C87913
RGB
CMYK
RGB Variations
Color information
#C87913 (or 0xC87913) is known color: Ochre. HEX triplet: C8, 79 and 13. RGB value is (200,121,19). Sum of RGB (Red+Green+Blue) = 200+121+19=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C87913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87913 is #3786EC. Grayscale: #858585. Windows color (decimal): -3639021 or 1276360. OLE color: 1276360.
HSL color Cylindrical-coordinate representation of color #C87913: hue angle of 33.81º 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 #C87913 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 19 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.22 |
| HSL | 33.81º | 0.83% | 0.43% | - |
| HSV(B) | 33.81º | 0.91% | 0.78% | - |
| XYZ | 30.77 | 26 | 4.01 | - |
| YUV | 132.99 | 63.67 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 19 | 0 | 0.39 | 0.90 | 0.22 | 33.81 | 0.83 | 0.43 |
| Hex | C8 | 79 | 13 | 0 | 27 | 5A | 16 | 22 | 53 | 2B |
| Octal | 310 | 171 | 23 | 0 | 47 | 132 | 26 | 42 | 123 | 53 |
| Binary | 11001000 | 1111001 | 10011 | 0 | 100111 | 1011010 | 10110 | 100010 | 1010011 | 101011 |
Color Harmonies of #C87913
Complementary color
Monochromatic Colors of #C87913
Black with #C87913
Text Example
Text Example
White with #C87913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87913; }
p { color: rgb(200,121,19); }
H1.HeaderClassName
{
color: #C87913;
}
.AnyTagClassName
{
color: #C87913;
}
</style>
background-color css
<style>
a { background-color: #C87913; }
a { background-color: rgb(200,121,19); }
div.DivClassName
{
background-color: #C87913;
}
.BgClassName
{
background-color: #C87913;
}
</style>
border-color css
<style>
span { border-color: #C87913; }
span { border-color: rgb(200,121,19); }
td.TdClassName
{
border-color: #C87913;
}
.TagClassName
{
border-color: #C87913;
}
</style>