Shades of Ochre #C47911
Tints of Ochre #C47911
RGB
CMYK
RGB Variations
Color information
#C47911 (or 0xC47911) is known color: Ochre. HEX triplet: C4, 79 and 11. RGB value is (196,121,17). Sum of RGB (Red+Green+Blue) = 196+121+17=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C47911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47911 is #3B86EE. Grayscale: #848484. Windows color (decimal): -3901167 or 1145284. OLE color: 1145284.
HSL color Cylindrical-coordinate representation of color #C47911: hue angle of 34.86º 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 #C47911 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 17 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.23 |
| HSL | 34.86º | 0.84% | 0.42% | - |
| HSV(B) | 34.86º | 0.91% | 0.77% | - |
| XYZ | 29.7 | 25.45 | 3.88 | - |
| YUV | 131.57 | 63.35 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 17 | 0 | 0.38 | 0.91 | 0.23 | 34.86 | 0.84 | 0.42 |
| Hex | C4 | 79 | 11 | 0 | 26 | 5B | 17 | 23 | 54 | 2A |
| Octal | 304 | 171 | 21 | 0 | 46 | 133 | 27 | 43 | 124 | 52 |
| Binary | 11000100 | 1111001 | 10001 | 0 | 100110 | 1011011 | 10111 | 100011 | 1010100 | 101010 |
Color Harmonies of #C47911
Complementary color
Monochromatic Colors of #C47911
Black with #C47911
Text Example
Text Example
White with #C47911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47911; }
p { color: rgb(196,121,17); }
H1.HeaderClassName
{
color: #C47911;
}
.AnyTagClassName
{
color: #C47911;
}
</style>
background-color css
<style>
a { background-color: #C47911; }
a { background-color: rgb(196,121,17); }
div.DivClassName
{
background-color: #C47911;
}
.BgClassName
{
background-color: #C47911;
}
</style>
border-color css
<style>
span { border-color: #C47911; }
span { border-color: rgb(196,121,17); }
td.TdClassName
{
border-color: #C47911;
}
.TagClassName
{
border-color: #C47911;
}
</style>