Shades of Old Copper #73503A
Tints of Old Copper #73503A
RGB
CMYK
RGB Variations
Color information
#73503A (or 0x73503A) is known color: Old Copper. HEX triplet: 73, 50 and 3A. RGB value is (115,80,58). Sum of RGB (Red+Green+Blue) = 115+80+58=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #73503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73503A is #8CAFC5. Grayscale: #585858. Windows color (decimal): -9220038 or 3821683. OLE color: 3821683.
HSL color Cylindrical-coordinate representation of color #73503A: hue angle of 23.16º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73503A is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 80 | 58 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.55 |
| HSL | 23.16º | 0.33% | 0.34% | - |
| HSV(B) | 23.16º | 0.5% | 0.45% | - |
| XYZ | 10.7 | 9.69 | 5.31 | - |
| YUV | 87.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 58 | 0 | 0.30 | 0.50 | 0.55 | 23.16 | 0.33 | 0.34 |
| Hex | 73 | 50 | 3A | 0 | 1E | 32 | 37 | 17 | 21 | 22 |
| Octal | 163 | 120 | 72 | 0 | 36 | 62 | 67 | 27 | 41 | 42 |
| Binary | 1110011 | 1010000 | 111010 | 0 | 11110 | 110010 | 110111 | 10111 | 100001 | 100010 |
Color Harmonies of #73503A
Complementary color
Monochromatic Colors of #73503A
Black with #73503A
Text Example
Text Example
White with #73503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73503A; }
p { color: rgb(115,80,58); }
H1.HeaderClassName
{
color: #73503A;
}
.AnyTagClassName
{
color: #73503A;
}
</style>
background-color css
<style>
a { background-color: #73503A; }
a { background-color: rgb(115,80,58); }
div.DivClassName
{
background-color: #73503A;
}
.BgClassName
{
background-color: #73503A;
}
</style>
border-color css
<style>
span { border-color: #73503A; }
span { border-color: rgb(115,80,58); }
td.TdClassName
{
border-color: #73503A;
}
.TagClassName
{
border-color: #73503A;
}
</style>