Shades of Old Copper #73523A
Tints of Old Copper #73523A
RGB
CMYK
RGB Variations
Color information
#73523A (or 0x73523A) is known color: Old Copper. HEX triplet: 73, 52 and 3A. RGB value is (115,82,58). Sum of RGB (Red+Green+Blue) = 115+82+58=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #73523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73523A is #8CADC5. Grayscale: #595959. Windows color (decimal): -9219526 or 3822195. OLE color: 3822195.
HSL color Cylindrical-coordinate representation of color #73523A: hue angle of 25.26º 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 #73523A is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 82 | 58 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.55 |
| HSL | 25.26º | 0.33% | 0.34% | - |
| HSV(B) | 25.26º | 0.5% | 0.45% | - |
| XYZ | 10.85 | 9.98 | 5.36 | - |
| YUV | 89.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 58 | 0 | 0.29 | 0.50 | 0.55 | 25.26 | 0.33 | 0.34 |
| Hex | 73 | 52 | 3A | 0 | 1D | 32 | 37 | 19 | 21 | 22 |
| Octal | 163 | 122 | 72 | 0 | 35 | 62 | 67 | 31 | 41 | 42 |
| Binary | 1110011 | 1010010 | 111010 | 0 | 11101 | 110010 | 110111 | 11001 | 100001 | 100010 |
Color Harmonies of #73523A
Complementary color
Monochromatic Colors of #73523A
Black with #73523A
Text Example
Text Example
White with #73523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73523A; }
p { color: rgb(115,82,58); }
H1.HeaderClassName
{
color: #73523A;
}
.AnyTagClassName
{
color: #73523A;
}
</style>
background-color css
<style>
a { background-color: #73523A; }
a { background-color: rgb(115,82,58); }
div.DivClassName
{
background-color: #73523A;
}
.BgClassName
{
background-color: #73523A;
}
</style>
border-color css
<style>
span { border-color: #73523A; }
span { border-color: rgb(115,82,58); }
td.TdClassName
{
border-color: #73523A;
}
.TagClassName
{
border-color: #73523A;
}
</style>