Shades of Old Copper #735242
Tints of Old Copper #735242
RGB
CMYK
RGB Variations
Color information
#735242 (or 0x735242) is known color: Old Copper. HEX triplet: 73, 52 and 42. RGB value is (115,82,66). Sum of RGB (Red+Green+Blue) = 115+82+66=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #735242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735242 is #8CADBD. Grayscale: #5A5A5A. Windows color (decimal): -9219518 or 4346483. OLE color: 4346483.
HSL color Cylindrical-coordinate representation of color #735242: hue angle of 19.59º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #735242 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 82 | 66 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.55 |
| HSL | 19.59º | 0.27% | 0.35% | - |
| HSV(B) | 19.59º | 0.43% | 0.45% | - |
| XYZ | 11.07 | 10.07 | 6.51 | - |
| YUV | 90.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 66 | 0 | 0.29 | 0.43 | 0.55 | 19.59 | 0.27 | 0.35 |
| Hex | 73 | 52 | 42 | 0 | 1D | 2B | 37 | 14 | 1B | 23 |
| Octal | 163 | 122 | 102 | 0 | 35 | 53 | 67 | 24 | 33 | 43 |
| Binary | 1110011 | 1010010 | 1000010 | 0 | 11101 | 101011 | 110111 | 10100 | 11011 | 100011 |
Color Harmonies of #735242
Complementary color
Monochromatic Colors of #735242
Black with #735242
Text Example
Text Example
White with #735242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735242; }
p { color: rgb(115,82,66); }
H1.HeaderClassName
{
color: #735242;
}
.AnyTagClassName
{
color: #735242;
}
</style>
background-color css
<style>
a { background-color: #735242; }
a { background-color: rgb(115,82,66); }
div.DivClassName
{
background-color: #735242;
}
.BgClassName
{
background-color: #735242;
}
</style>
border-color css
<style>
span { border-color: #735242; }
span { border-color: rgb(115,82,66); }
td.TdClassName
{
border-color: #735242;
}
.TagClassName
{
border-color: #735242;
}
</style>