Shades of Old Copper #73523E
Tints of Old Copper #73523E
RGB
CMYK
RGB Variations
Color information
#73523E (or 0x73523E) is known color: Old Copper. HEX triplet: 73, 52 and 3E. RGB value is (115,82,62). Sum of RGB (Red+Green+Blue) = 115+82+62=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #73523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73523E is #8CADC1. Grayscale: #595959. Windows color (decimal): -9219522 or 4084339. OLE color: 4084339.
HSL color Cylindrical-coordinate representation of color #73523E: hue angle of 22.64º 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 #73523E is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 82 | 62 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.55 |
| HSL | 22.64º | 0.3% | 0.35% | - |
| HSV(B) | 22.64º | 0.46% | 0.45% | - |
| XYZ | 10.96 | 10.03 | 5.92 | - |
| YUV | 89.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 62 | 0 | 0.29 | 0.46 | 0.55 | 22.64 | 0.3 | 0.35 |
| Hex | 73 | 52 | 3E | 0 | 1D | 2E | 37 | 17 | 1E | 23 |
| Octal | 163 | 122 | 76 | 0 | 35 | 56 | 67 | 27 | 36 | 43 |
| Binary | 1110011 | 1010010 | 111110 | 0 | 11101 | 101110 | 110111 | 10111 | 11110 | 100011 |
Color Harmonies of #73523E
Complementary color
Monochromatic Colors of #73523E
Black with #73523E
Text Example
Text Example
White with #73523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73523E; }
p { color: rgb(115,82,62); }
H1.HeaderClassName
{
color: #73523E;
}
.AnyTagClassName
{
color: #73523E;
}
</style>
background-color css
<style>
a { background-color: #73523E; }
a { background-color: rgb(115,82,62); }
div.DivClassName
{
background-color: #73523E;
}
.BgClassName
{
background-color: #73523E;
}
</style>
border-color css
<style>
span { border-color: #73523E; }
span { border-color: rgb(115,82,62); }
td.TdClassName
{
border-color: #73523E;
}
.TagClassName
{
border-color: #73523E;
}
</style>