Shades of Ochre #C87520
Tints of Ochre #C87520
RGB
CMYK
RGB Variations
Color information
#C87520 (or 0xC87520) is known color: Ochre. HEX triplet: C8, 75 and 20. RGB value is (200,117,32). Sum of RGB (Red+Green+Blue) = 200+117+32=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C87520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87520 is #378ADF. Grayscale: #848484. Windows color (decimal): -3640032 or 2127304. OLE color: 2127304.
HSL color Cylindrical-coordinate representation of color #C87520: hue angle of 30.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C87520 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 32 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.22 |
| HSL | 30.36º | 0.72% | 0.45% | - |
| HSV(B) | 30.36º | 0.84% | 0.78% | - |
| XYZ | 30.44 | 25.11 | 4.61 | - |
| YUV | 132.13 | 71.5 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 32 | 0 | 0.42 | 0.84 | 0.22 | 30.36 | 0.72 | 0.45 |
| Hex | C8 | 75 | 20 | 0 | 2A | 54 | 16 | 1E | 48 | 2D |
| Octal | 310 | 165 | 40 | 0 | 52 | 124 | 26 | 36 | 110 | 55 |
| Binary | 11001000 | 1110101 | 100000 | 0 | 101010 | 1010100 | 10110 | 11110 | 1001000 | 101101 |
Color Harmonies of #C87520
Complementary color
Monochromatic Colors of #C87520
Black with #C87520
Text Example
Text Example
White with #C87520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87520; }
p { color: rgb(200,117,32); }
H1.HeaderClassName
{
color: #C87520;
}
.AnyTagClassName
{
color: #C87520;
}
</style>
background-color css
<style>
a { background-color: #C87520; }
a { background-color: rgb(200,117,32); }
div.DivClassName
{
background-color: #C87520;
}
.BgClassName
{
background-color: #C87520;
}
</style>
border-color css
<style>
span { border-color: #C87520; }
span { border-color: rgb(200,117,32); }
td.TdClassName
{
border-color: #C87520;
}
.TagClassName
{
border-color: #C87520;
}
</style>