Shades of Ochre #C87B24
Tints of Ochre #C87B24
RGB
CMYK
RGB Variations
Color information
#C87B24 (or 0xC87B24) is known color: Ochre. HEX triplet: C8, 7B and 24. RGB value is (200,123,36). Sum of RGB (Red+Green+Blue) = 200+123+36=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87B24 is #3784DB. Grayscale: #888888. Windows color (decimal): -3638492 or 2390984. OLE color: 2390984.
HSL color Cylindrical-coordinate representation of color #C87B24: hue angle of 31.83º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C87B24 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 36 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.22 |
| HSL | 31.83º | 0.69% | 0.46% | - |
| HSV(B) | 31.83º | 0.82% | 0.78% | - |
| XYZ | 31.22 | 26.57 | 5.15 | - |
| YUV | 136.11 | 71.51 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 36 | 0 | 0.38 | 0.82 | 0.22 | 31.83 | 0.69 | 0.46 |
| Hex | C8 | 7B | 24 | 0 | 26 | 52 | 16 | 20 | 45 | 2E |
| Octal | 310 | 173 | 44 | 0 | 46 | 122 | 26 | 40 | 105 | 56 |
| Binary | 11001000 | 1111011 | 100100 | 0 | 100110 | 1010010 | 10110 | 100000 | 1000101 | 101110 |
Color Harmonies of #C87B24
Complementary color
Monochromatic Colors of #C87B24
Black with #C87B24
Text Example
Text Example
White with #C87B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B24; }
p { color: rgb(200,123,36); }
H1.HeaderClassName
{
color: #C87B24;
}
.AnyTagClassName
{
color: #C87B24;
}
</style>
background-color css
<style>
a { background-color: #C87B24; }
a { background-color: rgb(200,123,36); }
div.DivClassName
{
background-color: #C87B24;
}
.BgClassName
{
background-color: #C87B24;
}
</style>
border-color css
<style>
span { border-color: #C87B24; }
span { border-color: rgb(200,123,36); }
td.TdClassName
{
border-color: #C87B24;
}
.TagClassName
{
border-color: #C87B24;
}
</style>