Shades of Old Copper #73533F
Tints of Old Copper #73533F
RGB
CMYK
RGB Variations
Color information
#73533F (or 0x73533F) is known color: Old Copper. HEX triplet: 73, 53 and 3F. RGB value is (115,83,63). Sum of RGB (Red+Green+Blue) = 115+83+63=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #73533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73533F is #8CACC0. Grayscale: #5A5A5A. Windows color (decimal): -9219265 or 4150131. OLE color: 4150131.
HSL color Cylindrical-coordinate representation of color #73533F: hue angle of 23.08º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73533F is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 83 | 63 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.55 |
| HSL | 23.08º | 0.29% | 0.35% | - |
| HSV(B) | 23.08º | 0.45% | 0.45% | - |
| XYZ | 11.06 | 10.19 | 6.09 | - |
| YUV | 90.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 63 | 0 | 0.28 | 0.45 | 0.55 | 23.08 | 0.29 | 0.35 |
| Hex | 73 | 53 | 3F | 0 | 1C | 2D | 37 | 17 | 1D | 23 |
| Octal | 163 | 123 | 77 | 0 | 34 | 55 | 67 | 27 | 35 | 43 |
| Binary | 1110011 | 1010011 | 111111 | 0 | 11100 | 101101 | 110111 | 10111 | 11101 | 100011 |
Color Harmonies of #73533F
Complementary color
Monochromatic Colors of #73533F
Black with #73533F
Text Example
Text Example
White with #73533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73533F; }
p { color: rgb(115,83,63); }
H1.HeaderClassName
{
color: #73533F;
}
.AnyTagClassName
{
color: #73533F;
}
</style>
background-color css
<style>
a { background-color: #73533F; }
a { background-color: rgb(115,83,63); }
div.DivClassName
{
background-color: #73533F;
}
.BgClassName
{
background-color: #73533F;
}
</style>
border-color css
<style>
span { border-color: #73533F; }
span { border-color: rgb(115,83,63); }
td.TdClassName
{
border-color: #73533F;
}
.TagClassName
{
border-color: #73533F;
}
</style>