Shades of Ochre #C57520
Tints of Ochre #C57520
RGB
CMYK
RGB Variations
Color information
#C57520 (or 0xC57520) is known color: Ochre. HEX triplet: C5, 75 and 20. RGB value is (197,117,32). Sum of RGB (Red+Green+Blue) = 197+117+32=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C57520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57520 is #3A8ADF. Grayscale: #838383. Windows color (decimal): -3836640 or 2127301. OLE color: 2127301.
HSL color Cylindrical-coordinate representation of color #C57520: hue angle of 30.91º 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 #C57520 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 32 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.23 |
| HSL | 30.91º | 0.72% | 0.45% | - |
| HSV(B) | 30.91º | 0.84% | 0.77% | - |
| XYZ | 29.65 | 24.7 | 4.57 | - |
| YUV | 131.23 | 72 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 32 | 0 | 0.41 | 0.84 | 0.23 | 30.91 | 0.72 | 0.45 |
| Hex | C5 | 75 | 20 | 0 | 29 | 54 | 17 | 1F | 48 | 2D |
| Octal | 305 | 165 | 40 | 0 | 51 | 124 | 27 | 37 | 110 | 55 |
| Binary | 11000101 | 1110101 | 100000 | 0 | 101001 | 1010100 | 10111 | 11111 | 1001000 | 101101 |
Color Harmonies of #C57520
Complementary color
Monochromatic Colors of #C57520
Black with #C57520
Text Example
Text Example
White with #C57520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57520; }
p { color: rgb(197,117,32); }
H1.HeaderClassName
{
color: #C57520;
}
.AnyTagClassName
{
color: #C57520;
}
</style>
background-color css
<style>
a { background-color: #C57520; }
a { background-color: rgb(197,117,32); }
div.DivClassName
{
background-color: #C57520;
}
.BgClassName
{
background-color: #C57520;
}
</style>
border-color css
<style>
span { border-color: #C57520; }
span { border-color: rgb(197,117,32); }
td.TdClassName
{
border-color: #C57520;
}
.TagClassName
{
border-color: #C57520;
}
</style>