Shades of Ochre #C87728
Tints of Ochre #C87728
RGB
CMYK
RGB Variations
Color information
#C87728 (or 0xC87728) is known color: Ochre. HEX triplet: C8, 77 and 28. RGB value is (200,119,40). Sum of RGB (Red+Green+Blue) = 200+119+40=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C87728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87728 is #3788D7. Grayscale: #868686. Windows color (decimal): -3639512 or 2652104. OLE color: 2652104.
HSL color Cylindrical-coordinate representation of color #C87728: hue angle of 29.62º 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 #C87728 is Cyan = 0, Magento = 0.40, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 40 | - |
| CMYK | 0 | 0.40 | 0.8 | 0.22 |
| HSL | 29.63º | 0.67% | 0.47% | - |
| HSV(B) | 29.63º | 0.8% | 0.78% | - |
| XYZ | 30.8 | 25.63 | 5.33 | - |
| YUV | 134.21 | 74.84 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 40 | 0 | 0.40 | 0.8 | 0.22 | 29.63 | 0.67 | 0.47 |
| Hex | C8 | 77 | 28 | 0 | 28 | 50 | 16 | 1E | 43 | 2F |
| Octal | 310 | 167 | 50 | 0 | 50 | 120 | 26 | 36 | 103 | 57 |
| Binary | 11001000 | 1110111 | 101000 | 0 | 101000 | 1010000 | 10110 | 11110 | 1000011 | 101111 |
Color Harmonies of #C87728
Complementary color
Monochromatic Colors of #C87728
Black with #C87728
Text Example
Text Example
White with #C87728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87728; }
p { color: rgb(200,119,40); }
H1.HeaderClassName
{
color: #C87728;
}
.AnyTagClassName
{
color: #C87728;
}
</style>
background-color css
<style>
a { background-color: #C87728; }
a { background-color: rgb(200,119,40); }
div.DivClassName
{
background-color: #C87728;
}
.BgClassName
{
background-color: #C87728;
}
</style>
border-color css
<style>
span { border-color: #C87728; }
span { border-color: rgb(200,119,40); }
td.TdClassName
{
border-color: #C87728;
}
.TagClassName
{
border-color: #C87728;
}
</style>