Shades of Ochre #C87624
Tints of Ochre #C87624
RGB
CMYK
RGB Variations
Color information
#C87624 (or 0xC87624) is known color: Ochre. HEX triplet: C8, 76 and 24. RGB value is (200,118,36). Sum of RGB (Red+Green+Blue) = 200+118+36=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C87624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87624 is #3789DB. Grayscale: #858585. Windows color (decimal): -3639772 or 2389704. OLE color: 2389704.
HSL color Cylindrical-coordinate representation of color #C87624: hue angle of 30º 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 #C87624 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 36 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.22 |
| HSL | 30º | 0.69% | 0.46% | - |
| HSV(B) | 30º | 0.82% | 0.78% | - |
| XYZ | 30.62 | 25.36 | 4.95 | - |
| YUV | 133.17 | 73.17 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 36 | 0 | 0.41 | 0.82 | 0.22 | 30 | 0.69 | 0.46 |
| Hex | C8 | 76 | 24 | 0 | 29 | 52 | 16 | 1E | 45 | 2E |
| Octal | 310 | 166 | 44 | 0 | 51 | 122 | 26 | 36 | 105 | 56 |
| Binary | 11001000 | 1110110 | 100100 | 0 | 101001 | 1010010 | 10110 | 11110 | 1000101 | 101110 |
Color Harmonies of #C87624
Complementary color
Monochromatic Colors of #C87624
Black with #C87624
Text Example
Text Example
White with #C87624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87624; }
p { color: rgb(200,118,36); }
H1.HeaderClassName
{
color: #C87624;
}
.AnyTagClassName
{
color: #C87624;
}
</style>
background-color css
<style>
a { background-color: #C87624; }
a { background-color: rgb(200,118,36); }
div.DivClassName
{
background-color: #C87624;
}
.BgClassName
{
background-color: #C87624;
}
</style>
border-color css
<style>
span { border-color: #C87624; }
span { border-color: rgb(200,118,36); }
td.TdClassName
{
border-color: #C87624;
}
.TagClassName
{
border-color: #C87624;
}
</style>