Shades of Ochre #C77C18
Tints of Ochre #C77C18
RGB
CMYK
RGB Variations
Color information
#C77C18 (or 0xC77C18) is known color: Ochre. HEX triplet: C7, 7C and 18. RGB value is (199,124,24). Sum of RGB (Red+Green+Blue) = 199+124+24=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77C18 is #3883E7. Grayscale: #878787. Windows color (decimal): -3703784 or 1604807. OLE color: 1604807.
HSL color Cylindrical-coordinate representation of color #C77C18: hue angle of 34.29º 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 #C77C18 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 24 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.22 |
| HSL | 34.29º | 0.78% | 0.44% | - |
| HSV(B) | 34.29º | 0.88% | 0.78% | - |
| XYZ | 30.93 | 26.62 | 4.37 | - |
| YUV | 135.03 | 65.35 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 24 | 0 | 0.38 | 0.88 | 0.22 | 34.29 | 0.78 | 0.44 |
| Hex | C7 | 7C | 18 | 0 | 26 | 58 | 16 | 22 | 4E | 2C |
| Octal | 307 | 174 | 30 | 0 | 46 | 130 | 26 | 42 | 116 | 54 |
| Binary | 11000111 | 1111100 | 11000 | 0 | 100110 | 1011000 | 10110 | 100010 | 1001110 | 101100 |
Color Harmonies of #C77C18
Complementary color
Monochromatic Colors of #C77C18
Black with #C77C18
Text Example
Text Example
White with #C77C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77C18; }
p { color: rgb(199,124,24); }
H1.HeaderClassName
{
color: #C77C18;
}
.AnyTagClassName
{
color: #C77C18;
}
</style>
background-color css
<style>
a { background-color: #C77C18; }
a { background-color: rgb(199,124,24); }
div.DivClassName
{
background-color: #C77C18;
}
.BgClassName
{
background-color: #C77C18;
}
</style>
border-color css
<style>
span { border-color: #C77C18; }
span { border-color: rgb(199,124,24); }
td.TdClassName
{
border-color: #C77C18;
}
.TagClassName
{
border-color: #C77C18;
}
</style>