Shades of Ochre #C47113
Tints of Ochre #C47113
RGB
CMYK
RGB Variations
Color information
#C47113 (or 0xC47113) is known color: Ochre. HEX triplet: C4, 71 and 13. RGB value is (196,113,19). Sum of RGB (Red+Green+Blue) = 196+113+19=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C47113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47113 is #3B8EEC. Grayscale: #7F7F7F. Windows color (decimal): -3903213 or 1274308. OLE color: 1274308.
HSL color Cylindrical-coordinate representation of color #C47113: hue angle of 31.86º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C47113 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 19 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.23 |
| HSL | 31.86º | 0.82% | 0.42% | - |
| HSV(B) | 31.86º | 0.9% | 0.77% | - |
| XYZ | 28.79 | 23.59 | 3.65 | - |
| YUV | 127.1 | 67 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 19 | 0 | 0.42 | 0.90 | 0.23 | 31.86 | 0.82 | 0.42 |
| Hex | C4 | 71 | 13 | 0 | 2A | 5A | 17 | 20 | 52 | 2A |
| Octal | 304 | 161 | 23 | 0 | 52 | 132 | 27 | 40 | 122 | 52 |
| Binary | 11000100 | 1110001 | 10011 | 0 | 101010 | 1011010 | 10111 | 100000 | 1010010 | 101010 |
Color Harmonies of #C47113
Complementary color
Monochromatic Colors of #C47113
Black with #C47113
Text Example
Text Example
White with #C47113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47113; }
p { color: rgb(196,113,19); }
H1.HeaderClassName
{
color: #C47113;
}
.AnyTagClassName
{
color: #C47113;
}
</style>
background-color css
<style>
a { background-color: #C47113; }
a { background-color: rgb(196,113,19); }
div.DivClassName
{
background-color: #C47113;
}
.BgClassName
{
background-color: #C47113;
}
</style>
border-color css
<style>
span { border-color: #C47113; }
span { border-color: rgb(196,113,19); }
td.TdClassName
{
border-color: #C47113;
}
.TagClassName
{
border-color: #C47113;
}
</style>