Shades of Ochre #C57720
Tints of Ochre #C57720
RGB
CMYK
RGB Variations
Color information
#C57720 (or 0xC57720) is known color: Ochre. HEX triplet: C5, 77 and 20. RGB value is (197,119,32). Sum of RGB (Red+Green+Blue) = 197+119+32=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C57720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57720 is #3A88DF. Grayscale: #848484. Windows color (decimal): -3836128 or 2127813. OLE color: 2127813.
HSL color Cylindrical-coordinate representation of color #C57720: hue angle of 31.64º 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 #C57720 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 32 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.23 |
| HSL | 31.64º | 0.72% | 0.45% | - |
| HSV(B) | 31.64º | 0.84% | 0.77% | - |
| XYZ | 29.88 | 25.17 | 4.65 | - |
| YUV | 132.4 | 71.34 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 32 | 0 | 0.40 | 0.84 | 0.23 | 31.64 | 0.72 | 0.45 |
| Hex | C5 | 77 | 20 | 0 | 28 | 54 | 17 | 20 | 48 | 2D |
| Octal | 305 | 167 | 40 | 0 | 50 | 124 | 27 | 40 | 110 | 55 |
| Binary | 11000101 | 1110111 | 100000 | 0 | 101000 | 1010100 | 10111 | 100000 | 1001000 | 101101 |
Color Harmonies of #C57720
Complementary color
Monochromatic Colors of #C57720
Black with #C57720
Text Example
Text Example
White with #C57720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57720; }
p { color: rgb(197,119,32); }
H1.HeaderClassName
{
color: #C57720;
}
.AnyTagClassName
{
color: #C57720;
}
</style>
background-color css
<style>
a { background-color: #C57720; }
a { background-color: rgb(197,119,32); }
div.DivClassName
{
background-color: #C57720;
}
.BgClassName
{
background-color: #C57720;
}
</style>
border-color css
<style>
span { border-color: #C57720; }
span { border-color: rgb(197,119,32); }
td.TdClassName
{
border-color: #C57720;
}
.TagClassName
{
border-color: #C57720;
}
</style>