Shades of Old Copper #73513E
Tints of Old Copper #73513E
RGB
CMYK
RGB Variations
Color information
#73513E (or 0x73513E) is known color: Old Copper. HEX triplet: 73, 51 and 3E. RGB value is (115,81,62). Sum of RGB (Red+Green+Blue) = 115+81+62=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73513E is #8CAEC1. Grayscale: #595959. Windows color (decimal): -9219778 or 4084083. OLE color: 4084083.
HSL color Cylindrical-coordinate representation of color #73513E: hue angle of 21.51º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73513E is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 81 | 62 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.55 |
| HSL | 21.51º | 0.3% | 0.35% | - |
| HSV(B) | 21.51º | 0.46% | 0.45% | - |
| XYZ | 10.88 | 9.88 | 5.89 | - |
| YUV | 89 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 62 | 0 | 0.30 | 0.46 | 0.55 | 21.51 | 0.3 | 0.35 |
| Hex | 73 | 51 | 3E | 0 | 1E | 2E | 37 | 16 | 1E | 23 |
| Octal | 163 | 121 | 76 | 0 | 36 | 56 | 67 | 26 | 36 | 43 |
| Binary | 1110011 | 1010001 | 111110 | 0 | 11110 | 101110 | 110111 | 10110 | 11110 | 100011 |
Color Harmonies of #73513E
Complementary color
Monochromatic Colors of #73513E
Black with #73513E
Text Example
Text Example
White with #73513E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73513E; }
p { color: rgb(115,81,62); }
H1.HeaderClassName
{
color: #73513E;
}
.AnyTagClassName
{
color: #73513E;
}
</style>
background-color css
<style>
a { background-color: #73513E; }
a { background-color: rgb(115,81,62); }
div.DivClassName
{
background-color: #73513E;
}
.BgClassName
{
background-color: #73513E;
}
</style>
border-color css
<style>
span { border-color: #73513E; }
span { border-color: rgb(115,81,62); }
td.TdClassName
{
border-color: #73513E;
}
.TagClassName
{
border-color: #73513E;
}
</style>