Shades of Ochre #C47511
Tints of Ochre #C47511
RGB
CMYK
RGB Variations
Color information
#C47511 (or 0xC47511) is known color: Ochre. HEX triplet: C4, 75 and 11. RGB value is (196,117,17). Sum of RGB (Red+Green+Blue) = 196+117+17=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C47511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47511 is #3B8AEE. Grayscale: #818181. Windows color (decimal): -3902191 or 1144260. OLE color: 1144260.
HSL color Cylindrical-coordinate representation of color #C47511: hue angle of 33.52º 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 #C47511 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 17 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.23 |
| HSL | 33.52º | 0.84% | 0.42% | - |
| HSV(B) | 33.52º | 0.91% | 0.77% | - |
| XYZ | 29.23 | 24.5 | 3.72 | - |
| YUV | 129.22 | 64.67 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 17 | 0 | 0.40 | 0.91 | 0.23 | 33.52 | 0.84 | 0.42 |
| Hex | C4 | 75 | 11 | 0 | 28 | 5B | 17 | 22 | 54 | 2A |
| Octal | 304 | 165 | 21 | 0 | 50 | 133 | 27 | 42 | 124 | 52 |
| Binary | 11000100 | 1110101 | 10001 | 0 | 101000 | 1011011 | 10111 | 100010 | 1010100 | 101010 |
Color Harmonies of #C47511
Complementary color
Monochromatic Colors of #C47511
Black with #C47511
Text Example
Text Example
White with #C47511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47511; }
p { color: rgb(196,117,17); }
H1.HeaderClassName
{
color: #C47511;
}
.AnyTagClassName
{
color: #C47511;
}
</style>
background-color css
<style>
a { background-color: #C47511; }
a { background-color: rgb(196,117,17); }
div.DivClassName
{
background-color: #C47511;
}
.BgClassName
{
background-color: #C47511;
}
</style>
border-color css
<style>
span { border-color: #C47511; }
span { border-color: rgb(196,117,17); }
td.TdClassName
{
border-color: #C47511;
}
.TagClassName
{
border-color: #C47511;
}
</style>