Shades of Ochre #C77814
Tints of Ochre #C77814
RGB
CMYK
RGB Variations
Color information
#C77814 (or 0xC77814) is known color: Ochre. HEX triplet: C7, 78 and 14. RGB value is (199,120,20). Sum of RGB (Red+Green+Blue) = 199+120+20=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C77814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77814 is #3887EB. Grayscale: #848484. Windows color (decimal): -3704812 or 1341639. OLE color: 1341639.
HSL color Cylindrical-coordinate representation of color #C77814: hue angle of 33.52º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C77814 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 20 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.22 |
| HSL | 33.52º | 0.82% | 0.43% | - |
| HSV(B) | 33.52º | 0.9% | 0.78% | - |
| XYZ | 30.4 | 25.63 | 4.01 | - |
| YUV | 132.22 | 64.67 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 20 | 0 | 0.40 | 0.90 | 0.22 | 33.52 | 0.82 | 0.43 |
| Hex | C7 | 78 | 14 | 0 | 28 | 5A | 16 | 22 | 52 | 2B |
| Octal | 307 | 170 | 24 | 0 | 50 | 132 | 26 | 42 | 122 | 53 |
| Binary | 11000111 | 1111000 | 10100 | 0 | 101000 | 1011010 | 10110 | 100010 | 1010010 | 101011 |
Color Harmonies of #C77814
Complementary color
Monochromatic Colors of #C77814
Black with #C77814
Text Example
Text Example
White with #C77814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77814; }
p { color: rgb(199,120,20); }
H1.HeaderClassName
{
color: #C77814;
}
.AnyTagClassName
{
color: #C77814;
}
</style>
background-color css
<style>
a { background-color: #C77814; }
a { background-color: rgb(199,120,20); }
div.DivClassName
{
background-color: #C77814;
}
.BgClassName
{
background-color: #C77814;
}
</style>
border-color css
<style>
span { border-color: #C77814; }
span { border-color: rgb(199,120,20); }
td.TdClassName
{
border-color: #C77814;
}
.TagClassName
{
border-color: #C77814;
}
</style>