Shades of Old Copper #73503E
Tints of Old Copper #73503E
RGB
CMYK
RGB Variations
Color information
#73503E (or 0x73503E) is known color: Old Copper. HEX triplet: 73, 50 and 3E. RGB value is (115,80,62). Sum of RGB (Red+Green+Blue) = 115+80+62=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73503E is #8CAFC1. Grayscale: #585858. Windows color (decimal): -9220034 or 4083827. OLE color: 4083827.
HSL color Cylindrical-coordinate representation of color #73503E: hue angle of 20.38º 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 #73503E is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 62 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.55 |
| HSL | 20.38º | 0.3% | 0.35% | - |
| HSV(B) | 20.38º | 0.46% | 0.45% | - |
| XYZ | 10.81 | 9.73 | 5.87 | - |
| YUV | 88.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 62 | 0 | 0.30 | 0.46 | 0.55 | 20.38 | 0.3 | 0.35 |
| Hex | 73 | 50 | 3E | 0 | 1E | 2E | 37 | 14 | 1E | 23 |
| Octal | 163 | 120 | 76 | 0 | 36 | 56 | 67 | 24 | 36 | 43 |
| Binary | 1110011 | 1010000 | 111110 | 0 | 11110 | 101110 | 110111 | 10100 | 11110 | 100011 |
Color Harmonies of #73503E
Complementary color
Monochromatic Colors of #73503E
Black with #73503E
Text Example
Text Example
White with #73503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73503E; }
p { color: rgb(115,80,62); }
H1.HeaderClassName
{
color: #73503E;
}
.AnyTagClassName
{
color: #73503E;
}
</style>
background-color css
<style>
a { background-color: #73503E; }
a { background-color: rgb(115,80,62); }
div.DivClassName
{
background-color: #73503E;
}
.BgClassName
{
background-color: #73503E;
}
</style>
border-color css
<style>
span { border-color: #73503E; }
span { border-color: rgb(115,80,62); }
td.TdClassName
{
border-color: #73503E;
}
.TagClassName
{
border-color: #73503E;
}
</style>