Shades of Ochre #C47411
Tints of Ochre #C47411
RGB
CMYK
RGB Variations
Color information
#C47411 (or 0xC47411) is known color: Ochre. HEX triplet: C4, 74 and 11. RGB value is (196,116,17). Sum of RGB (Red+Green+Blue) = 196+116+17=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C47411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47411 is #3B8BEE. Grayscale: #818181. Windows color (decimal): -3902447 or 1144004. OLE color: 1144004.
HSL color Cylindrical-coordinate representation of color #C47411: hue angle of 33.18º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C47411 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 17 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.23 |
| HSL | 33.18º | 0.84% | 0.42% | - |
| HSV(B) | 33.18º | 0.91% | 0.77% | - |
| XYZ | 29.11 | 24.27 | 3.68 | - |
| YUV | 128.63 | 65 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 17 | 0 | 0.41 | 0.91 | 0.23 | 33.18 | 0.84 | 0.42 |
| Hex | C4 | 74 | 11 | 0 | 29 | 5B | 17 | 21 | 54 | 2A |
| Octal | 304 | 164 | 21 | 0 | 51 | 133 | 27 | 41 | 124 | 52 |
| Binary | 11000100 | 1110100 | 10001 | 0 | 101001 | 1011011 | 10111 | 100001 | 1010100 | 101010 |
Color Harmonies of #C47411
Complementary color
Monochromatic Colors of #C47411
Black with #C47411
Text Example
Text Example
White with #C47411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47411; }
p { color: rgb(196,116,17); }
H1.HeaderClassName
{
color: #C47411;
}
.AnyTagClassName
{
color: #C47411;
}
</style>
background-color css
<style>
a { background-color: #C47411; }
a { background-color: rgb(196,116,17); }
div.DivClassName
{
background-color: #C47411;
}
.BgClassName
{
background-color: #C47411;
}
</style>
border-color css
<style>
span { border-color: #C47411; }
span { border-color: rgb(196,116,17); }
td.TdClassName
{
border-color: #C47411;
}
.TagClassName
{
border-color: #C47411;
}
</style>