Shades of Ochre #C77516
Tints of Ochre #C77516
RGB
CMYK
RGB Variations
Color information
#C77516 (or 0xC77516) is known color: Ochre. HEX triplet: C7, 75 and 16. RGB value is (199,117,22). Sum of RGB (Red+Green+Blue) = 199+117+22=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C77516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77516 is #388AE9. Grayscale: #838383. Windows color (decimal): -3705578 or 1471943. OLE color: 1471943.
HSL color Cylindrical-coordinate representation of color #C77516: hue angle of 32.2º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C77516 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 22 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.22 |
| HSL | 32.2º | 0.8% | 0.43% | - |
| HSV(B) | 32.2º | 0.89% | 0.78% | - |
| XYZ | 30.06 | 24.92 | 3.99 | - |
| YUV | 130.69 | 66.67 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 22 | 0 | 0.41 | 0.89 | 0.22 | 32.2 | 0.8 | 0.43 |
| Hex | C7 | 75 | 16 | 0 | 29 | 59 | 16 | 20 | 50 | 2B |
| Octal | 307 | 165 | 26 | 0 | 51 | 131 | 26 | 40 | 120 | 53 |
| Binary | 11000111 | 1110101 | 10110 | 0 | 101001 | 1011001 | 10110 | 100000 | 1010000 | 101011 |
Color Harmonies of #C77516
Complementary color
Monochromatic Colors of #C77516
Black with #C77516
Text Example
Text Example
White with #C77516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77516; }
p { color: rgb(199,117,22); }
H1.HeaderClassName
{
color: #C77516;
}
.AnyTagClassName
{
color: #C77516;
}
</style>
background-color css
<style>
a { background-color: #C77516; }
a { background-color: rgb(199,117,22); }
div.DivClassName
{
background-color: #C77516;
}
.BgClassName
{
background-color: #C77516;
}
</style>
border-color css
<style>
span { border-color: #C77516; }
span { border-color: rgb(199,117,22); }
td.TdClassName
{
border-color: #C77516;
}
.TagClassName
{
border-color: #C77516;
}
</style>