Shades of Old Copper #73523B
Tints of Old Copper #73523B
RGB
CMYK
RGB Variations
Color information
#73523B (or 0x73523B) is known color: Old Copper. HEX triplet: 73, 52 and 3B. RGB value is (115,82,59). Sum of RGB (Red+Green+Blue) = 115+82+59=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #73523B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73523B is #8CADC4. Grayscale: #595959. Windows color (decimal): -9219525 or 3887731. OLE color: 3887731.
HSL color Cylindrical-coordinate representation of color #73523B: hue angle of 24.64º 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 #73523B is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 82 | 59 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.55 |
| HSL | 24.64º | 0.32% | 0.34% | - |
| HSV(B) | 24.64º | 0.49% | 0.45% | - |
| XYZ | 10.88 | 10 | 5.49 | - |
| YUV | 89.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 59 | 0 | 0.29 | 0.49 | 0.55 | 24.64 | 0.32 | 0.34 |
| Hex | 73 | 52 | 3B | 0 | 1D | 31 | 37 | 19 | 20 | 22 |
| Octal | 163 | 122 | 73 | 0 | 35 | 61 | 67 | 31 | 40 | 42 |
| Binary | 1110011 | 1010010 | 111011 | 0 | 11101 | 110001 | 110111 | 11001 | 100000 | 100010 |
Color Harmonies of #73523B
Complementary color
Monochromatic Colors of #73523B
Black with #73523B
Text Example
Text Example
White with #73523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73523B; }
p { color: rgb(115,82,59); }
H1.HeaderClassName
{
color: #73523B;
}
.AnyTagClassName
{
color: #73523B;
}
</style>
background-color css
<style>
a { background-color: #73523B; }
a { background-color: rgb(115,82,59); }
div.DivClassName
{
background-color: #73523B;
}
.BgClassName
{
background-color: #73523B;
}
</style>
border-color css
<style>
span { border-color: #73523B; }
span { border-color: rgb(115,82,59); }
td.TdClassName
{
border-color: #73523B;
}
.TagClassName
{
border-color: #73523B;
}
</style>