Shades of Old Copper #73533A
Tints of Old Copper #73533A
RGB
CMYK
RGB Variations
Color information
#73533A (or 0x73533A) is known color: Old Copper. HEX triplet: 73, 53 and 3A. RGB value is (115,83,58). Sum of RGB (Red+Green+Blue) = 115+83+58=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #73533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73533A is #8CACC5. Grayscale: #595959. Windows color (decimal): -9219270 or 3822451. OLE color: 3822451.
HSL color Cylindrical-coordinate representation of color #73533A: hue angle of 26.32º 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 #73533A is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 83 | 58 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.55 |
| HSL | 26.32º | 0.33% | 0.34% | - |
| HSV(B) | 26.32º | 0.5% | 0.45% | - |
| XYZ | 10.93 | 10.14 | 5.38 | - |
| YUV | 89.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 58 | 0 | 0.28 | 0.50 | 0.55 | 26.32 | 0.33 | 0.34 |
| Hex | 73 | 53 | 3A | 0 | 1C | 32 | 37 | 1A | 21 | 22 |
| Octal | 163 | 123 | 72 | 0 | 34 | 62 | 67 | 32 | 41 | 42 |
| Binary | 1110011 | 1010011 | 111010 | 0 | 11100 | 110010 | 110111 | 11010 | 100001 | 100010 |
Color Harmonies of #73533A
Complementary color
Monochromatic Colors of #73533A
Black with #73533A
Text Example
Text Example
White with #73533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73533A; }
p { color: rgb(115,83,58); }
H1.HeaderClassName
{
color: #73533A;
}
.AnyTagClassName
{
color: #73533A;
}
</style>
background-color css
<style>
a { background-color: #73533A; }
a { background-color: rgb(115,83,58); }
div.DivClassName
{
background-color: #73533A;
}
.BgClassName
{
background-color: #73533A;
}
</style>
border-color css
<style>
span { border-color: #73533A; }
span { border-color: rgb(115,83,58); }
td.TdClassName
{
border-color: #73533A;
}
.TagClassName
{
border-color: #73533A;
}
</style>