Shades of Ochre #C77913
Tints of Ochre #C77913
RGB
CMYK
RGB Variations
Color information
#C77913 (or 0xC77913) is known color: Ochre. HEX triplet: C7, 79 and 13. RGB value is (199,121,19). Sum of RGB (Red+Green+Blue) = 199+121+19=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C77913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77913 is #3886EC. Grayscale: #858585. Windows color (decimal): -3704557 or 1276359. OLE color: 1276359.
HSL color Cylindrical-coordinate representation of color #C77913: hue angle of 34º degrees, saturation: 0.83, 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 #C77913 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 19 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.22 |
| HSL | 34º | 0.83% | 0.43% | - |
| HSV(B) | 34º | 0.9% | 0.78% | - |
| XYZ | 30.51 | 25.86 | 4 | - |
| YUV | 132.69 | 63.84 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 19 | 0 | 0.39 | 0.90 | 0.22 | 34 | 0.83 | 0.43 |
| Hex | C7 | 79 | 13 | 0 | 27 | 5A | 16 | 22 | 53 | 2B |
| Octal | 307 | 171 | 23 | 0 | 47 | 132 | 26 | 42 | 123 | 53 |
| Binary | 11000111 | 1111001 | 10011 | 0 | 100111 | 1011010 | 10110 | 100010 | 1010011 | 101011 |
Color Harmonies of #C77913
Complementary color
Monochromatic Colors of #C77913
Black with #C77913
Text Example
Text Example
White with #C77913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77913; }
p { color: rgb(199,121,19); }
H1.HeaderClassName
{
color: #C77913;
}
.AnyTagClassName
{
color: #C77913;
}
</style>
background-color css
<style>
a { background-color: #C77913; }
a { background-color: rgb(199,121,19); }
div.DivClassName
{
background-color: #C77913;
}
.BgClassName
{
background-color: #C77913;
}
</style>
border-color css
<style>
span { border-color: #C77913; }
span { border-color: rgb(199,121,19); }
td.TdClassName
{
border-color: #C77913;
}
.TagClassName
{
border-color: #C77913;
}
</style>