Shades of Old Copper #73513F
Tints of Old Copper #73513F
RGB
CMYK
RGB Variations
Color information
#73513F (or 0x73513F) is known color: Old Copper. HEX triplet: 73, 51 and 3F. RGB value is (115,81,63). Sum of RGB (Red+Green+Blue) = 115+81+63=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #73513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73513F is #8CAEC0. Grayscale: #595959. Windows color (decimal): -9219777 or 4149619. OLE color: 4149619.
HSL color Cylindrical-coordinate representation of color #73513F: hue angle of 20.77º 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 #73513F is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 81 | 63 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.55 |
| HSL | 20.77º | 0.29% | 0.35% | - |
| HSV(B) | 20.77º | 0.45% | 0.45% | - |
| XYZ | 10.91 | 9.89 | 6.04 | - |
| YUV | 89.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 63 | 0 | 0.30 | 0.45 | 0.55 | 20.77 | 0.29 | 0.35 |
| Hex | 73 | 51 | 3F | 0 | 1E | 2D | 37 | 15 | 1D | 23 |
| Octal | 163 | 121 | 77 | 0 | 36 | 55 | 67 | 25 | 35 | 43 |
| Binary | 1110011 | 1010001 | 111111 | 0 | 11110 | 101101 | 110111 | 10101 | 11101 | 100011 |
Color Harmonies of #73513F
Complementary color
Monochromatic Colors of #73513F
Black with #73513F
Text Example
Text Example
White with #73513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73513F; }
p { color: rgb(115,81,63); }
H1.HeaderClassName
{
color: #73513F;
}
.AnyTagClassName
{
color: #73513F;
}
</style>
background-color css
<style>
a { background-color: #73513F; }
a { background-color: rgb(115,81,63); }
div.DivClassName
{
background-color: #73513F;
}
.BgClassName
{
background-color: #73513F;
}
</style>
border-color css
<style>
span { border-color: #73513F; }
span { border-color: rgb(115,81,63); }
td.TdClassName
{
border-color: #73513F;
}
.TagClassName
{
border-color: #73513F;
}
</style>