Shades of Old Copper #72513F
Tints of Old Copper #72513F
RGB
CMYK
RGB Variations
Color information
#72513F (or 0x72513F) is known color: Old Copper. HEX triplet: 72, 51 and 3F. RGB value is (114,81,63). Sum of RGB (Red+Green+Blue) = 114+81+63=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 114 - color contains mainly: red. Hex color #72513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72513F is #8DAEC0. Grayscale: #585858. Windows color (decimal): -9285313 or 4149618. OLE color: 4149618.
HSL color Cylindrical-coordinate representation of color #72513F: hue angle of 21.18º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72513F is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 63 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.55 |
| HSL | 21.18º | 0.29% | 0.35% | - |
| HSV(B) | 21.18º | 0.45% | 0.45% | - |
| XYZ | 10.78 | 9.82 | 6.03 | - |
| YUV | 88.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 63 | 0 | 0.29 | 0.45 | 0.55 | 21.18 | 0.29 | 0.35 |
| Hex | 72 | 51 | 3F | 0 | 1D | 2D | 37 | 15 | 1D | 23 |
| Octal | 162 | 121 | 77 | 0 | 35 | 55 | 67 | 25 | 35 | 43 |
| Binary | 1110010 | 1010001 | 111111 | 0 | 11101 | 101101 | 110111 | 10101 | 11101 | 100011 |
Color Harmonies of #72513F
Complementary color
Monochromatic Colors of #72513F
Black with #72513F
Text Example
Text Example
White with #72513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72513F; }
p { color: rgb(114,81,63); }
H1.HeaderClassName
{
color: #72513F;
}
.AnyTagClassName
{
color: #72513F;
}
</style>
background-color css
<style>
a { background-color: #72513F; }
a { background-color: rgb(114,81,63); }
div.DivClassName
{
background-color: #72513F;
}
.BgClassName
{
background-color: #72513F;
}
</style>
border-color css
<style>
span { border-color: #72513F; }
span { border-color: rgb(114,81,63); }
td.TdClassName
{
border-color: #72513F;
}
.TagClassName
{
border-color: #72513F;
}
</style>