Shades of Ochre #C87924
Tints of Ochre #C87924
RGB
CMYK
RGB Variations
Color information
#C87924 (or 0xC87924) is known color: Ochre. HEX triplet: C8, 79 and 24. RGB value is (200,121,36). Sum of RGB (Red+Green+Blue) = 200+121+36=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C87924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87924 is #3786DB. Grayscale: #878787. Windows color (decimal): -3639004 or 2390472. OLE color: 2390472.
HSL color Cylindrical-coordinate representation of color #C87924: hue angle of 31.1º 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 #C87924 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 36 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.22 |
| HSL | 31.1º | 0.69% | 0.46% | - |
| HSV(B) | 31.1º | 0.82% | 0.78% | - |
| XYZ | 30.98 | 26.08 | 5.07 | - |
| YUV | 134.93 | 72.17 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 36 | 0 | 0.39 | 0.82 | 0.22 | 31.1 | 0.69 | 0.46 |
| Hex | C8 | 79 | 24 | 0 | 27 | 52 | 16 | 1F | 45 | 2E |
| Octal | 310 | 171 | 44 | 0 | 47 | 122 | 26 | 37 | 105 | 56 |
| Binary | 11001000 | 1111001 | 100100 | 0 | 100111 | 1010010 | 10110 | 11111 | 1000101 | 101110 |
Color Harmonies of #C87924
Complementary color
Monochromatic Colors of #C87924
Black with #C87924
Text Example
Text Example
White with #C87924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87924; }
p { color: rgb(200,121,36); }
H1.HeaderClassName
{
color: #C87924;
}
.AnyTagClassName
{
color: #C87924;
}
</style>
background-color css
<style>
a { background-color: #C87924; }
a { background-color: rgb(200,121,36); }
div.DivClassName
{
background-color: #C87924;
}
.BgClassName
{
background-color: #C87924;
}
</style>
border-color css
<style>
span { border-color: #C87924; }
span { border-color: rgb(200,121,36); }
td.TdClassName
{
border-color: #C87924;
}
.TagClassName
{
border-color: #C87924;
}
</style>