Shades of Ochre #C77811
Tints of Ochre #C77811
RGB
CMYK
RGB Variations
Color information
#C77811 (or 0xC77811) is known color: Ochre. HEX triplet: C7, 78 and 11. RGB value is (199,120,17). Sum of RGB (Red+Green+Blue) = 199+120+17=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C77811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77811 is #3887EE. Grayscale: #848484. Windows color (decimal): -3704815 or 1145031. OLE color: 1145031.
HSL color Cylindrical-coordinate representation of color #C77811: hue angle of 33.96º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C77811 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 17 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.22 |
| HSL | 33.96º | 0.84% | 0.42% | - |
| HSV(B) | 33.96º | 0.91% | 0.78% | - |
| XYZ | 30.37 | 25.62 | 3.87 | - |
| YUV | 131.88 | 63.17 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 17 | 0 | 0.40 | 0.91 | 0.22 | 33.96 | 0.84 | 0.42 |
| Hex | C7 | 78 | 11 | 0 | 28 | 5B | 16 | 22 | 54 | 2A |
| Octal | 307 | 170 | 21 | 0 | 50 | 133 | 26 | 42 | 124 | 52 |
| Binary | 11000111 | 1111000 | 10001 | 0 | 101000 | 1011011 | 10110 | 100010 | 1010100 | 101010 |
Color Harmonies of #C77811
Complementary color
Monochromatic Colors of #C77811
Black with #C77811
Text Example
Text Example
White with #C77811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77811; }
p { color: rgb(199,120,17); }
H1.HeaderClassName
{
color: #C77811;
}
.AnyTagClassName
{
color: #C77811;
}
</style>
background-color css
<style>
a { background-color: #C77811; }
a { background-color: rgb(199,120,17); }
div.DivClassName
{
background-color: #C77811;
}
.BgClassName
{
background-color: #C77811;
}
</style>
border-color css
<style>
span { border-color: #C77811; }
span { border-color: rgb(199,120,17); }
td.TdClassName
{
border-color: #C77811;
}
.TagClassName
{
border-color: #C77811;
}
</style>