Shades of Ochre #C57411
Tints of Ochre #C57411
RGB
CMYK
RGB Variations
Color information
#C57411 (or 0xC57411) is known color: Ochre. HEX triplet: C5, 74 and 11. RGB value is (197,116,17). Sum of RGB (Red+Green+Blue) = 197+116+17=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C57411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57411 is #3A8BEE. Grayscale: #818181. Windows color (decimal): -3836911 or 1144005. OLE color: 1144005.
HSL color Cylindrical-coordinate representation of color #C57411: hue angle of 33º 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 #C57411 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 17 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.23 |
| HSL | 33º | 0.84% | 0.42% | - |
| HSV(B) | 33º | 0.91% | 0.77% | - |
| XYZ | 29.37 | 24.4 | 3.69 | - |
| YUV | 128.93 | 64.84 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 17 | 0 | 0.41 | 0.91 | 0.23 | 33 | 0.84 | 0.42 |
| Hex | C5 | 74 | 11 | 0 | 29 | 5B | 17 | 21 | 54 | 2A |
| Octal | 305 | 164 | 21 | 0 | 51 | 133 | 27 | 41 | 124 | 52 |
| Binary | 11000101 | 1110100 | 10001 | 0 | 101001 | 1011011 | 10111 | 100001 | 1010100 | 101010 |
Color Harmonies of #C57411
Complementary color
Monochromatic Colors of #C57411
Black with #C57411
Text Example
Text Example
White with #C57411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57411; }
p { color: rgb(197,116,17); }
H1.HeaderClassName
{
color: #C57411;
}
.AnyTagClassName
{
color: #C57411;
}
</style>
background-color css
<style>
a { background-color: #C57411; }
a { background-color: rgb(197,116,17); }
div.DivClassName
{
background-color: #C57411;
}
.BgClassName
{
background-color: #C57411;
}
</style>
border-color css
<style>
span { border-color: #C57411; }
span { border-color: rgb(197,116,17); }
td.TdClassName
{
border-color: #C57411;
}
.TagClassName
{
border-color: #C57411;
}
</style>