Shades of Old Copper #73553E
Tints of Old Copper #73553E
RGB
CMYK
RGB Variations
Color information
#73553E (or 0x73553E) is known color: Old Copper. HEX triplet: 73, 55 and 3E. RGB value is (115,85,62). Sum of RGB (Red+Green+Blue) = 115+85+62=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #73553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73553E is #8CAAC1. Grayscale: #5B5B5B. Windows color (decimal): -9218754 or 4085107. OLE color: 4085107.
HSL color Cylindrical-coordinate representation of color #73553E: hue angle of 26.04º 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 #73553E is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 62 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.55 |
| HSL | 26.04º | 0.3% | 0.35% | - |
| HSV(B) | 26.04º | 0.46% | 0.45% | - |
| XYZ | 11.19 | 10.49 | 5.99 | - |
| YUV | 91.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 62 | 0 | 0.26 | 0.46 | 0.55 | 26.04 | 0.3 | 0.35 |
| Hex | 73 | 55 | 3E | 0 | 1A | 2E | 37 | 1A | 1E | 23 |
| Octal | 163 | 125 | 76 | 0 | 32 | 56 | 67 | 32 | 36 | 43 |
| Binary | 1110011 | 1010101 | 111110 | 0 | 11010 | 101110 | 110111 | 11010 | 11110 | 100011 |
Color Harmonies of #73553E
Complementary color
Monochromatic Colors of #73553E
Black with #73553E
Text Example
Text Example
White with #73553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73553E; }
p { color: rgb(115,85,62); }
H1.HeaderClassName
{
color: #73553E;
}
.AnyTagClassName
{
color: #73553E;
}
</style>
background-color css
<style>
a { background-color: #73553E; }
a { background-color: rgb(115,85,62); }
div.DivClassName
{
background-color: #73553E;
}
.BgClassName
{
background-color: #73553E;
}
</style>
border-color css
<style>
span { border-color: #73553E; }
span { border-color: rgb(115,85,62); }
td.TdClassName
{
border-color: #73553E;
}
.TagClassName
{
border-color: #73553E;
}
</style>