Shades of Old Copper #73543B
Tints of Old Copper #73543B
RGB
CMYK
RGB Variations
Color information
#73543B (or 0x73543B) is known color: Old Copper. HEX triplet: 73, 54 and 3B. RGB value is (115,84,59). Sum of RGB (Red+Green+Blue) = 115+84+59=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73543B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73543B is #8CABC4. Grayscale: #5A5A5A. Windows color (decimal): -9219013 or 3888243. OLE color: 3888243.
HSL color Cylindrical-coordinate representation of color #73543B: hue angle of 26.79º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73543B is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 84 | 59 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.55 |
| HSL | 26.79º | 0.32% | 0.34% | - |
| HSV(B) | 26.79º | 0.49% | 0.45% | - |
| XYZ | 11.03 | 10.3 | 5.54 | - |
| YUV | 90.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 84 | 59 | 0 | 0.27 | 0.49 | 0.55 | 26.79 | 0.32 | 0.34 |
| Hex | 73 | 54 | 3B | 0 | 1B | 31 | 37 | 1B | 20 | 22 |
| Octal | 163 | 124 | 73 | 0 | 33 | 61 | 67 | 33 | 40 | 42 |
| Binary | 1110011 | 1010100 | 111011 | 0 | 11011 | 110001 | 110111 | 11011 | 100000 | 100010 |
Color Harmonies of #73543B
Complementary color
Monochromatic Colors of #73543B
Black with #73543B
Text Example
Text Example
White with #73543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73543B; }
p { color: rgb(115,84,59); }
H1.HeaderClassName
{
color: #73543B;
}
.AnyTagClassName
{
color: #73543B;
}
</style>
background-color css
<style>
a { background-color: #73543B; }
a { background-color: rgb(115,84,59); }
div.DivClassName
{
background-color: #73543B;
}
.BgClassName
{
background-color: #73543B;
}
</style>
border-color css
<style>
span { border-color: #73543B; }
span { border-color: rgb(115,84,59); }
td.TdClassName
{
border-color: #73543B;
}
.TagClassName
{
border-color: #73543B;
}
</style>