Shades of Ochre #C77118
Tints of Ochre #C77118
RGB
CMYK
RGB Variations
Color information
#C77118 (or 0xC77118) is known color: Ochre. HEX triplet: C7, 71 and 18. RGB value is (199,113,24). Sum of RGB (Red+Green+Blue) = 199+113+24=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C77118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77118 is #388EE7. Grayscale: #818181. Windows color (decimal): -3706600 or 1601991. OLE color: 1601991.
HSL color Cylindrical-coordinate representation of color #C77118: hue angle of 30.51º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C77118 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 113 | 24 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.22 |
| HSL | 30.51º | 0.78% | 0.44% | - |
| HSV(B) | 30.51º | 0.88% | 0.78% | - |
| XYZ | 29.62 | 24.02 | 3.94 | - |
| YUV | 128.57 | 68.99 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 24 | 0 | 0.43 | 0.88 | 0.22 | 30.51 | 0.78 | 0.44 |
| Hex | C7 | 71 | 18 | 0 | 2B | 58 | 16 | 1F | 4E | 2C |
| Octal | 307 | 161 | 30 | 0 | 53 | 130 | 26 | 37 | 116 | 54 |
| Binary | 11000111 | 1110001 | 11000 | 0 | 101011 | 1011000 | 10110 | 11111 | 1001110 | 101100 |
Color Harmonies of #C77118
Complementary color
Monochromatic Colors of #C77118
Black with #C77118
Text Example
Text Example
White with #C77118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77118; }
p { color: rgb(199,113,24); }
H1.HeaderClassName
{
color: #C77118;
}
.AnyTagClassName
{
color: #C77118;
}
</style>
background-color css
<style>
a { background-color: #C77118; }
a { background-color: rgb(199,113,24); }
div.DivClassName
{
background-color: #C77118;
}
.BgClassName
{
background-color: #C77118;
}
</style>
border-color css
<style>
span { border-color: #C77118; }
span { border-color: rgb(199,113,24); }
td.TdClassName
{
border-color: #C77118;
}
.TagClassName
{
border-color: #C77118;
}
</style>