Shades of Ochre #C57611
Tints of Ochre #C57611
RGB
CMYK
RGB Variations
Color information
#C57611 (or 0xC57611) is known color: Ochre. HEX triplet: C5, 76 and 11. RGB value is (197,118,17). Sum of RGB (Red+Green+Blue) = 197+118+17=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C57611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57611 is #3A89EE. Grayscale: #828282. Windows color (decimal): -3836399 or 1144517. OLE color: 1144517.
HSL color Cylindrical-coordinate representation of color #C57611: hue angle of 33.67º 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 #C57611 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 17 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.23 |
| HSL | 33.67º | 0.84% | 0.42% | - |
| HSV(B) | 33.67º | 0.91% | 0.77% | - |
| XYZ | 29.61 | 24.87 | 3.77 | - |
| YUV | 130.11 | 64.17 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 17 | 0 | 0.40 | 0.91 | 0.23 | 33.67 | 0.84 | 0.42 |
| Hex | C5 | 76 | 11 | 0 | 28 | 5B | 17 | 22 | 54 | 2A |
| Octal | 305 | 166 | 21 | 0 | 50 | 133 | 27 | 42 | 124 | 52 |
| Binary | 11000101 | 1110110 | 10001 | 0 | 101000 | 1011011 | 10111 | 100010 | 1010100 | 101010 |
Color Harmonies of #C57611
Complementary color
Monochromatic Colors of #C57611
Black with #C57611
Text Example
Text Example
White with #C57611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57611; }
p { color: rgb(197,118,17); }
H1.HeaderClassName
{
color: #C57611;
}
.AnyTagClassName
{
color: #C57611;
}
</style>
background-color css
<style>
a { background-color: #C57611; }
a { background-color: rgb(197,118,17); }
div.DivClassName
{
background-color: #C57611;
}
.BgClassName
{
background-color: #C57611;
}
</style>
border-color css
<style>
span { border-color: #C57611; }
span { border-color: rgb(197,118,17); }
td.TdClassName
{
border-color: #C57611;
}
.TagClassName
{
border-color: #C57611;
}
</style>