Shades of Ochre #C77816
Tints of Ochre #C77816
RGB
CMYK
RGB Variations
Color information
#C77816 (or 0xC77816) is known color: Ochre. HEX triplet: C7, 78 and 16. RGB value is (199,120,22). Sum of RGB (Red+Green+Blue) = 199+120+22=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C77816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77816 is #3887E9. Grayscale: #848484. Windows color (decimal): -3704810 or 1472711. OLE color: 1472711.
HSL color Cylindrical-coordinate representation of color #C77816: hue angle of 33.22º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C77816 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 22 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.22 |
| HSL | 33.22º | 0.8% | 0.43% | - |
| HSV(B) | 33.22º | 0.89% | 0.78% | - |
| XYZ | 30.41 | 25.63 | 4.1 | - |
| YUV | 132.45 | 65.67 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 22 | 0 | 0.40 | 0.89 | 0.22 | 33.22 | 0.8 | 0.43 |
| Hex | C7 | 78 | 16 | 0 | 28 | 59 | 16 | 21 | 50 | 2B |
| Octal | 307 | 170 | 26 | 0 | 50 | 131 | 26 | 41 | 120 | 53 |
| Binary | 11000111 | 1111000 | 10110 | 0 | 101000 | 1011001 | 10110 | 100001 | 1010000 | 101011 |
Color Harmonies of #C77816
Complementary color
Monochromatic Colors of #C77816
Black with #C77816
Text Example
Text Example
White with #C77816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77816; }
p { color: rgb(199,120,22); }
H1.HeaderClassName
{
color: #C77816;
}
.AnyTagClassName
{
color: #C77816;
}
</style>
background-color css
<style>
a { background-color: #C77816; }
a { background-color: rgb(199,120,22); }
div.DivClassName
{
background-color: #C77816;
}
.BgClassName
{
background-color: #C77816;
}
</style>
border-color css
<style>
span { border-color: #C77816; }
span { border-color: rgb(199,120,22); }
td.TdClassName
{
border-color: #C77816;
}
.TagClassName
{
border-color: #C77816;
}
</style>