Shades of Ochre #C77418
Tints of Ochre #C77418
RGB
CMYK
RGB Variations
Color information
#C77418 (or 0xC77418) is known color: Ochre. HEX triplet: C7, 74 and 18. RGB value is (199,116,24). Sum of RGB (Red+Green+Blue) = 199+116+24=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C77418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77418 is #388BE7. Grayscale: #828282. Windows color (decimal): -3705832 or 1602759. OLE color: 1602759.
HSL color Cylindrical-coordinate representation of color #C77418: hue angle of 31.54º 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 #C77418 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 24 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.22 |
| HSL | 31.54º | 0.78% | 0.44% | - |
| HSV(B) | 31.54º | 0.88% | 0.78% | - |
| XYZ | 29.96 | 24.7 | 4.05 | - |
| YUV | 130.33 | 68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 24 | 0 | 0.42 | 0.88 | 0.22 | 31.54 | 0.78 | 0.44 |
| Hex | C7 | 74 | 18 | 0 | 2A | 58 | 16 | 20 | 4E | 2C |
| Octal | 307 | 164 | 30 | 0 | 52 | 130 | 26 | 40 | 116 | 54 |
| Binary | 11000111 | 1110100 | 11000 | 0 | 101010 | 1011000 | 10110 | 100000 | 1001110 | 101100 |
Color Harmonies of #C77418
Complementary color
Monochromatic Colors of #C77418
Black with #C77418
Text Example
Text Example
White with #C77418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77418; }
p { color: rgb(199,116,24); }
H1.HeaderClassName
{
color: #C77418;
}
.AnyTagClassName
{
color: #C77418;
}
</style>
background-color css
<style>
a { background-color: #C77418; }
a { background-color: rgb(199,116,24); }
div.DivClassName
{
background-color: #C77418;
}
.BgClassName
{
background-color: #C77418;
}
</style>
border-color css
<style>
span { border-color: #C77418; }
span { border-color: rgb(199,116,24); }
td.TdClassName
{
border-color: #C77418;
}
.TagClassName
{
border-color: #C77418;
}
</style>