Shades of Ochre #C87513
Tints of Ochre #C87513
RGB
CMYK
RGB Variations
Color information
#C87513 (or 0xC87513) is known color: Ochre. HEX triplet: C8, 75 and 13. RGB value is (200,117,19). Sum of RGB (Red+Green+Blue) = 200+117+19=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C87513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87513 is #378AEC. Grayscale: #838383. Windows color (decimal): -3640045 or 1275336. OLE color: 1275336.
HSL color Cylindrical-coordinate representation of color #C87513: hue angle of 32.49º 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 #C87513 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 19 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.22 |
| HSL | 32.49º | 0.83% | 0.43% | - |
| HSV(B) | 32.49º | 0.91% | 0.78% | - |
| XYZ | 30.3 | 25.05 | 3.85 | - |
| YUV | 130.65 | 65 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 19 | 0 | 0.42 | 0.90 | 0.22 | 32.49 | 0.83 | 0.43 |
| Hex | C8 | 75 | 13 | 0 | 2A | 5A | 16 | 20 | 53 | 2B |
| Octal | 310 | 165 | 23 | 0 | 52 | 132 | 26 | 40 | 123 | 53 |
| Binary | 11001000 | 1110101 | 10011 | 0 | 101010 | 1011010 | 10110 | 100000 | 1010011 | 101011 |
Color Harmonies of #C87513
Complementary color
Monochromatic Colors of #C87513
Black with #C87513
Text Example
Text Example
White with #C87513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87513; }
p { color: rgb(200,117,19); }
H1.HeaderClassName
{
color: #C87513;
}
.AnyTagClassName
{
color: #C87513;
}
</style>
background-color css
<style>
a { background-color: #C87513; }
a { background-color: rgb(200,117,19); }
div.DivClassName
{
background-color: #C87513;
}
.BgClassName
{
background-color: #C87513;
}
</style>
border-color css
<style>
span { border-color: #C87513; }
span { border-color: rgb(200,117,19); }
td.TdClassName
{
border-color: #C87513;
}
.TagClassName
{
border-color: #C87513;
}
</style>