Shades of Ochre #C87524
Tints of Ochre #C87524
RGB
CMYK
RGB Variations
Color information
#C87524 (or 0xC87524) is known color: Ochre. HEX triplet: C8, 75 and 24. RGB value is (200,117,36). Sum of RGB (Red+Green+Blue) = 200+117+36=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C87524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87524 is #378ADB. Grayscale: #848484. Windows color (decimal): -3640028 or 2389448. OLE color: 2389448.
HSL color Cylindrical-coordinate representation of color #C87524: hue angle of 29.63º 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 #C87524 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 36 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.22 |
| HSL | 29.63º | 0.69% | 0.46% | - |
| HSV(B) | 29.63º | 0.82% | 0.78% | - |
| XYZ | 30.5 | 25.13 | 4.91 | - |
| YUV | 132.58 | 73.5 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 36 | 0 | 0.42 | 0.82 | 0.22 | 29.63 | 0.69 | 0.46 |
| Hex | C8 | 75 | 24 | 0 | 2A | 52 | 16 | 1E | 45 | 2E |
| Octal | 310 | 165 | 44 | 0 | 52 | 122 | 26 | 36 | 105 | 56 |
| Binary | 11001000 | 1110101 | 100100 | 0 | 101010 | 1010010 | 10110 | 11110 | 1000101 | 101110 |
Color Harmonies of #C87524
Complementary color
Monochromatic Colors of #C87524
Black with #C87524
Text Example
Text Example
White with #C87524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87524; }
p { color: rgb(200,117,36); }
H1.HeaderClassName
{
color: #C87524;
}
.AnyTagClassName
{
color: #C87524;
}
</style>
background-color css
<style>
a { background-color: #C87524; }
a { background-color: rgb(200,117,36); }
div.DivClassName
{
background-color: #C87524;
}
.BgClassName
{
background-color: #C87524;
}
</style>
border-color css
<style>
span { border-color: #C87524; }
span { border-color: rgb(200,117,36); }
td.TdClassName
{
border-color: #C87524;
}
.TagClassName
{
border-color: #C87524;
}
</style>