Shades of Ochre #C57620
Tints of Ochre #C57620
RGB
CMYK
RGB Variations
Color information
#C57620 (or 0xC57620) is known color: Ochre. HEX triplet: C5, 76 and 20. RGB value is (197,118,32). Sum of RGB (Red+Green+Blue) = 197+118+32=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C57620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57620 is #3A89DF. Grayscale: #848484. Windows color (decimal): -3836384 or 2127557. OLE color: 2127557.
HSL color Cylindrical-coordinate representation of color #C57620: hue angle of 31.27º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C57620 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 32 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.23 |
| HSL | 31.27º | 0.72% | 0.45% | - |
| HSV(B) | 31.27º | 0.84% | 0.77% | - |
| XYZ | 29.77 | 24.93 | 4.61 | - |
| YUV | 131.82 | 71.67 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 32 | 0 | 0.40 | 0.84 | 0.23 | 31.27 | 0.72 | 0.45 |
| Hex | C5 | 76 | 20 | 0 | 28 | 54 | 17 | 1F | 48 | 2D |
| Octal | 305 | 166 | 40 | 0 | 50 | 124 | 27 | 37 | 110 | 55 |
| Binary | 11000101 | 1110110 | 100000 | 0 | 101000 | 1010100 | 10111 | 11111 | 1001000 | 101101 |
Color Harmonies of #C57620
Complementary color
Monochromatic Colors of #C57620
Black with #C57620
Text Example
Text Example
White with #C57620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57620; }
p { color: rgb(197,118,32); }
H1.HeaderClassName
{
color: #C57620;
}
.AnyTagClassName
{
color: #C57620;
}
</style>
background-color css
<style>
a { background-color: #C57620; }
a { background-color: rgb(197,118,32); }
div.DivClassName
{
background-color: #C57620;
}
.BgClassName
{
background-color: #C57620;
}
</style>
border-color css
<style>
span { border-color: #C57620; }
span { border-color: rgb(197,118,32); }
td.TdClassName
{
border-color: #C57620;
}
.TagClassName
{
border-color: #C57620;
}
</style>