Shades of Ochre #C77819
Tints of Ochre #C77819
RGB
CMYK
RGB Variations
Color information
#C77819 (or 0xC77819) is known color: Ochre. HEX triplet: C7, 78 and 19. RGB value is (199,120,25). Sum of RGB (Red+Green+Blue) = 199+120+25=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C77819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77819 is #3887E6. Grayscale: #858585. Windows color (decimal): -3704807 or 1669319. OLE color: 1669319.
HSL color Cylindrical-coordinate representation of color #C77819: hue angle of 32.76º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C77819 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 25 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.22 |
| HSL | 32.76º | 0.78% | 0.44% | - |
| HSV(B) | 32.76º | 0.87% | 0.78% | - |
| XYZ | 30.45 | 25.65 | 4.27 | - |
| YUV | 132.79 | 67.17 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 25 | 0 | 0.40 | 0.87 | 0.22 | 32.76 | 0.78 | 0.44 |
| Hex | C7 | 78 | 19 | 0 | 28 | 57 | 16 | 21 | 4E | 2C |
| Octal | 307 | 170 | 31 | 0 | 50 | 127 | 26 | 41 | 116 | 54 |
| Binary | 11000111 | 1111000 | 11001 | 0 | 101000 | 1010111 | 10110 | 100001 | 1001110 | 101100 |
Color Harmonies of #C77819
Complementary color
Monochromatic Colors of #C77819
Black with #C77819
Text Example
Text Example
White with #C77819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77819; }
p { color: rgb(199,120,25); }
H1.HeaderClassName
{
color: #C77819;
}
.AnyTagClassName
{
color: #C77819;
}
</style>
background-color css
<style>
a { background-color: #C77819; }
a { background-color: rgb(199,120,25); }
div.DivClassName
{
background-color: #C77819;
}
.BgClassName
{
background-color: #C77819;
}
</style>
border-color css
<style>
span { border-color: #C77819; }
span { border-color: rgb(199,120,25); }
td.TdClassName
{
border-color: #C77819;
}
.TagClassName
{
border-color: #C77819;
}
</style>