Shades of Ochre #C87822
Tints of Ochre #C87822
RGB
CMYK
RGB Variations
Color information
#C87822 (or 0xC87822) is known color: Ochre. HEX triplet: C8, 78 and 22. RGB value is (200,120,34). Sum of RGB (Red+Green+Blue) = 200+120+34=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C87822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87822 is #3787DD. Grayscale: #868686. Windows color (decimal): -3639262 or 2259144. OLE color: 2259144.
HSL color Cylindrical-coordinate representation of color #C87822: hue angle of 31.08º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C87822 is Cyan = 0, Magento = 0.4, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 34 | - |
| CMYK | 0 | 0.4 | 0.83 | 0.22 |
| HSL | 31.08º | 0.71% | 0.46% | - |
| HSV(B) | 31.08º | 0.83% | 0.78% | - |
| XYZ | 30.82 | 25.83 | 4.87 | - |
| YUV | 134.12 | 71.5 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 34 | 0 | 0.4 | 0.83 | 0.22 | 31.08 | 0.71 | 0.46 |
| Hex | C8 | 78 | 22 | 0 | 28 | 53 | 16 | 1F | 47 | 2E |
| Octal | 310 | 170 | 42 | 0 | 50 | 123 | 26 | 37 | 107 | 56 |
| Binary | 11001000 | 1111000 | 100010 | 0 | 101000 | 1010011 | 10110 | 11111 | 1000111 | 101110 |
Color Harmonies of #C87822
Complementary color
Monochromatic Colors of #C87822
Black with #C87822
Text Example
Text Example
White with #C87822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87822; }
p { color: rgb(200,120,34); }
H1.HeaderClassName
{
color: #C87822;
}
.AnyTagClassName
{
color: #C87822;
}
</style>
background-color css
<style>
a { background-color: #C87822; }
a { background-color: rgb(200,120,34); }
div.DivClassName
{
background-color: #C87822;
}
.BgClassName
{
background-color: #C87822;
}
</style>
border-color css
<style>
span { border-color: #C87822; }
span { border-color: rgb(200,120,34); }
td.TdClassName
{
border-color: #C87822;
}
.TagClassName
{
border-color: #C87822;
}
</style>