Shades of Old Copper #73553B
Tints of Old Copper #73553B
RGB
CMYK
RGB Variations
Color information
#73553B (or 0x73553B) is known color: Old Copper. HEX triplet: 73, 55 and 3B. RGB value is (115,85,59). Sum of RGB (Red+Green+Blue) = 115+85+59=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #73553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73553B is #8CAAC4. Grayscale: #5B5B5B. Windows color (decimal): -9218757 or 3888499. OLE color: 3888499.
HSL color Cylindrical-coordinate representation of color #73553B: hue angle of 27.86º 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 #73553B is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 85 | 59 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.55 |
| HSL | 27.86º | 0.32% | 0.34% | - |
| HSV(B) | 27.86º | 0.49% | 0.45% | - |
| XYZ | 11.11 | 10.46 | 5.57 | - |
| YUV | 91.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 59 | 0 | 0.26 | 0.49 | 0.55 | 27.86 | 0.32 | 0.34 |
| Hex | 73 | 55 | 3B | 0 | 1A | 31 | 37 | 1C | 20 | 22 |
| Octal | 163 | 125 | 73 | 0 | 32 | 61 | 67 | 34 | 40 | 42 |
| Binary | 1110011 | 1010101 | 111011 | 0 | 11010 | 110001 | 110111 | 11100 | 100000 | 100010 |
Color Harmonies of #73553B
Complementary color
Monochromatic Colors of #73553B
Black with #73553B
Text Example
Text Example
White with #73553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73553B; }
p { color: rgb(115,85,59); }
H1.HeaderClassName
{
color: #73553B;
}
.AnyTagClassName
{
color: #73553B;
}
</style>
background-color css
<style>
a { background-color: #73553B; }
a { background-color: rgb(115,85,59); }
div.DivClassName
{
background-color: #73553B;
}
.BgClassName
{
background-color: #73553B;
}
</style>
border-color css
<style>
span { border-color: #73553B; }
span { border-color: rgb(115,85,59); }
td.TdClassName
{
border-color: #73553B;
}
.TagClassName
{
border-color: #73553B;
}
</style>