Shades of Old Copper #73513D
Tints of Old Copper #73513D
RGB
CMYK
RGB Variations
Color information
#73513D (or 0x73513D) is known color: Old Copper. HEX triplet: 73, 51 and 3D. RGB value is (115,81,61). Sum of RGB (Red+Green+Blue) = 115+81+61=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73513D is #8CAEC2. Grayscale: #585858. Windows color (decimal): -9219779 or 4018547. OLE color: 4018547.
HSL color Cylindrical-coordinate representation of color #73513D: hue angle of 22.22º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73513D is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 81 | 61 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.55 |
| HSL | 22.22º | 0.31% | 0.35% | - |
| HSV(B) | 22.22º | 0.47% | 0.45% | - |
| XYZ | 10.85 | 9.87 | 5.75 | - |
| YUV | 88.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 81 | 61 | 0 | 0.30 | 0.47 | 0.55 | 22.22 | 0.31 | 0.35 |
| Hex | 73 | 51 | 3D | 0 | 1E | 2F | 37 | 16 | 1F | 23 |
| Octal | 163 | 121 | 75 | 0 | 36 | 57 | 67 | 26 | 37 | 43 |
| Binary | 1110011 | 1010001 | 111101 | 0 | 11110 | 101111 | 110111 | 10110 | 11111 | 100011 |
Color Harmonies of #73513D
Complementary color
Monochromatic Colors of #73513D
Black with #73513D
Text Example
Text Example
White with #73513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73513D; }
p { color: rgb(115,81,61); }
H1.HeaderClassName
{
color: #73513D;
}
.AnyTagClassName
{
color: #73513D;
}
</style>
background-color css
<style>
a { background-color: #73513D; }
a { background-color: rgb(115,81,61); }
div.DivClassName
{
background-color: #73513D;
}
.BgClassName
{
background-color: #73513D;
}
</style>
border-color css
<style>
span { border-color: #73513D; }
span { border-color: rgb(115,81,61); }
td.TdClassName
{
border-color: #73513D;
}
.TagClassName
{
border-color: #73513D;
}
</style>