Shades of Ochre #C47916
Tints of Ochre #C47916
RGB
CMYK
RGB Variations
Color information
#C47916 (or 0xC47916) is known color: Ochre. HEX triplet: C4, 79 and 16. RGB value is (196,121,22). Sum of RGB (Red+Green+Blue) = 196+121+22=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C47916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47916 is #3B86E9. Grayscale: #848484. Windows color (decimal): -3901162 or 1472964. OLE color: 1472964.
HSL color Cylindrical-coordinate representation of color #C47916: hue angle of 34.14º 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 #C47916 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 22 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.23 |
| HSL | 34.14º | 0.8% | 0.43% | - |
| HSV(B) | 34.14º | 0.89% | 0.77% | - |
| XYZ | 29.75 | 25.47 | 4.11 | - |
| YUV | 132.14 | 65.85 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 22 | 0 | 0.38 | 0.89 | 0.23 | 34.14 | 0.8 | 0.43 |
| Hex | C4 | 79 | 16 | 0 | 26 | 59 | 17 | 22 | 50 | 2B |
| Octal | 304 | 171 | 26 | 0 | 46 | 131 | 27 | 42 | 120 | 53 |
| Binary | 11000100 | 1111001 | 10110 | 0 | 100110 | 1011001 | 10111 | 100010 | 1010000 | 101011 |
Color Harmonies of #C47916
Complementary color
Monochromatic Colors of #C47916
Black with #C47916
Text Example
Text Example
White with #C47916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47916; }
p { color: rgb(196,121,22); }
H1.HeaderClassName
{
color: #C47916;
}
.AnyTagClassName
{
color: #C47916;
}
</style>
background-color css
<style>
a { background-color: #C47916; }
a { background-color: rgb(196,121,22); }
div.DivClassName
{
background-color: #C47916;
}
.BgClassName
{
background-color: #C47916;
}
</style>
border-color css
<style>
span { border-color: #C47916; }
span { border-color: rgb(196,121,22); }
td.TdClassName
{
border-color: #C47916;
}
.TagClassName
{
border-color: #C47916;
}
</style>