Shades of Old Copper #73543A
Tints of Old Copper #73543A
RGB
CMYK
RGB Variations
Color information
#73543A (or 0x73543A) is known color: Old Copper. HEX triplet: 73, 54 and 3A. RGB value is (115,84,58). Sum of RGB (Red+Green+Blue) = 115+84+58=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #73543A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73543A is #8CABC5. Grayscale: #5A5A5A. Windows color (decimal): -9219014 or 3822707. OLE color: 3822707.
HSL color Cylindrical-coordinate representation of color #73543A: hue angle of 27.37º 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 #73543A is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 84 | 58 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.55 |
| HSL | 27.37º | 0.33% | 0.34% | - |
| HSV(B) | 27.37º | 0.5% | 0.45% | - |
| XYZ | 11 | 10.29 | 5.41 | - |
| YUV | 90.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 84 | 58 | 0 | 0.27 | 0.50 | 0.55 | 27.37 | 0.33 | 0.34 |
| Hex | 73 | 54 | 3A | 0 | 1B | 32 | 37 | 1B | 21 | 22 |
| Octal | 163 | 124 | 72 | 0 | 33 | 62 | 67 | 33 | 41 | 42 |
| Binary | 1110011 | 1010100 | 111010 | 0 | 11011 | 110010 | 110111 | 11011 | 100001 | 100010 |
Color Harmonies of #73543A
Complementary color
Monochromatic Colors of #73543A
Black with #73543A
Text Example
Text Example
White with #73543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73543A; }
p { color: rgb(115,84,58); }
H1.HeaderClassName
{
color: #73543A;
}
.AnyTagClassName
{
color: #73543A;
}
</style>
background-color css
<style>
a { background-color: #73543A; }
a { background-color: rgb(115,84,58); }
div.DivClassName
{
background-color: #73543A;
}
.BgClassName
{
background-color: #73543A;
}
</style>
border-color css
<style>
span { border-color: #73543A; }
span { border-color: rgb(115,84,58); }
td.TdClassName
{
border-color: #73543A;
}
.TagClassName
{
border-color: #73543A;
}
</style>