Shades of Old Copper #725140
Tints of Old Copper #725140
RGB
CMYK
RGB Variations
Color information
#725140 (or 0x725140) is known color: Old Copper. HEX triplet: 72, 51 and 40. RGB value is (114,81,64). Sum of RGB (Red+Green+Blue) = 114+81+64=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #725140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725140 is #8DAEBF. Grayscale: #595959. Windows color (decimal): -9285312 or 4215154. OLE color: 4215154.
HSL color Cylindrical-coordinate representation of color #725140: hue angle of 20.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #725140 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 64 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.55 |
| HSL | 20.4º | 0.28% | 0.35% | - |
| HSV(B) | 20.4º | 0.44% | 0.45% | - |
| XYZ | 10.81 | 9.83 | 6.18 | - |
| YUV | 88.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 64 | 0 | 0.29 | 0.44 | 0.55 | 20.4 | 0.28 | 0.35 |
| Hex | 72 | 51 | 40 | 0 | 1D | 2C | 37 | 14 | 1C | 23 |
| Octal | 162 | 121 | 100 | 0 | 35 | 54 | 67 | 24 | 34 | 43 |
| Binary | 1110010 | 1010001 | 1000000 | 0 | 11101 | 101100 | 110111 | 10100 | 11100 | 100011 |
Color Harmonies of #725140
Complementary color
Monochromatic Colors of #725140
Black with #725140
Text Example
Text Example
White with #725140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725140; }
p { color: rgb(114,81,64); }
H1.HeaderClassName
{
color: #725140;
}
.AnyTagClassName
{
color: #725140;
}
</style>
background-color css
<style>
a { background-color: #725140; }
a { background-color: rgb(114,81,64); }
div.DivClassName
{
background-color: #725140;
}
.BgClassName
{
background-color: #725140;
}
</style>
border-color css
<style>
span { border-color: #725140; }
span { border-color: rgb(114,81,64); }
td.TdClassName
{
border-color: #725140;
}
.TagClassName
{
border-color: #725140;
}
</style>