Shades of Ochre #C87828
Tints of Ochre #C87828
RGB
CMYK
RGB Variations
Color information
#C87828 (or 0xC87828) is known color: Ochre. HEX triplet: C8, 78 and 28. RGB value is (200,120,40). Sum of RGB (Red+Green+Blue) = 200+120+40=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C87828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87828 is #3787D7. Grayscale: #878787. Windows color (decimal): -3639256 or 2652360. OLE color: 2652360.
HSL color Cylindrical-coordinate representation of color #C87828: hue angle of 30º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C87828 is Cyan = 0, Magento = 0.4, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 40 | - |
| CMYK | 0 | 0.4 | 0.8 | 0.22 |
| HSL | 30º | 0.67% | 0.47% | - |
| HSV(B) | 30º | 0.8% | 0.78% | - |
| XYZ | 30.92 | 25.87 | 5.37 | - |
| YUV | 134.8 | 74.5 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 40 | 0 | 0.4 | 0.8 | 0.22 | 30 | 0.67 | 0.47 |
| Hex | C8 | 78 | 28 | 0 | 28 | 50 | 16 | 1E | 43 | 2F |
| Octal | 310 | 170 | 50 | 0 | 50 | 120 | 26 | 36 | 103 | 57 |
| Binary | 11001000 | 1111000 | 101000 | 0 | 101000 | 1010000 | 10110 | 11110 | 1000011 | 101111 |
Color Harmonies of #C87828
Complementary color
Monochromatic Colors of #C87828
Black with #C87828
Text Example
Text Example
White with #C87828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87828; }
p { color: rgb(200,120,40); }
H1.HeaderClassName
{
color: #C87828;
}
.AnyTagClassName
{
color: #C87828;
}
</style>
background-color css
<style>
a { background-color: #C87828; }
a { background-color: rgb(200,120,40); }
div.DivClassName
{
background-color: #C87828;
}
.BgClassName
{
background-color: #C87828;
}
</style>
border-color css
<style>
span { border-color: #C87828; }
span { border-color: rgb(200,120,40); }
td.TdClassName
{
border-color: #C87828;
}
.TagClassName
{
border-color: #C87828;
}
</style>