Shades of Ochre #C47516
Tints of Ochre #C47516
RGB
CMYK
RGB Variations
Color information
#C47516 (or 0xC47516) is known color: Ochre. HEX triplet: C4, 75 and 16. RGB value is (196,117,22). Sum of RGB (Red+Green+Blue) = 196+117+22=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C47516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47516 is #3B8AE9. Grayscale: #828282. Windows color (decimal): -3902186 or 1471940. OLE color: 1471940.
HSL color Cylindrical-coordinate representation of color #C47516: hue angle of 32.76º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C47516 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 22 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.23 |
| HSL | 32.76º | 0.8% | 0.43% | - |
| HSV(B) | 32.76º | 0.89% | 0.77% | - |
| XYZ | 29.27 | 24.52 | 3.95 | - |
| YUV | 129.79 | 67.17 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 22 | 0 | 0.40 | 0.89 | 0.23 | 32.76 | 0.8 | 0.43 |
| Hex | C4 | 75 | 16 | 0 | 28 | 59 | 17 | 21 | 50 | 2B |
| Octal | 304 | 165 | 26 | 0 | 50 | 131 | 27 | 41 | 120 | 53 |
| Binary | 11000100 | 1110101 | 10110 | 0 | 101000 | 1011001 | 10111 | 100001 | 1010000 | 101011 |
Color Harmonies of #C47516
Complementary color
Monochromatic Colors of #C47516
Black with #C47516
Text Example
Text Example
White with #C47516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47516; }
p { color: rgb(196,117,22); }
H1.HeaderClassName
{
color: #C47516;
}
.AnyTagClassName
{
color: #C47516;
}
</style>
background-color css
<style>
a { background-color: #C47516; }
a { background-color: rgb(196,117,22); }
div.DivClassName
{
background-color: #C47516;
}
.BgClassName
{
background-color: #C47516;
}
</style>
border-color css
<style>
span { border-color: #C47516; }
span { border-color: rgb(196,117,22); }
td.TdClassName
{
border-color: #C47516;
}
.TagClassName
{
border-color: #C47516;
}
</style>