Shades of Old Copper #735443
Tints of Old Copper #735443
RGB
CMYK
RGB Variations
Color information
#735443 (or 0x735443) is known color: Old Copper. HEX triplet: 73, 54 and 43. RGB value is (115,84,67). Sum of RGB (Red+Green+Blue) = 115+84+67=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #735443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735443 is #8CABBC. Grayscale: #5B5B5B. Windows color (decimal): -9219005 or 4412531. OLE color: 4412531.
HSL color Cylindrical-coordinate representation of color #735443: hue angle of 21.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #735443 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 84 | 67 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.55 |
| HSL | 21.25º | 0.26% | 0.36% | - |
| HSV(B) | 21.25º | 0.42% | 0.45% | - |
| XYZ | 11.25 | 10.39 | 6.72 | - |
| YUV | 91.33 | 114.27 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 84 | 67 | 0 | 0.27 | 0.42 | 0.55 | 21.25 | 0.26 | 0.36 |
| Hex | 73 | 54 | 43 | 0 | 1B | 2A | 37 | 15 | 1A | 24 |
| Octal | 163 | 124 | 103 | 0 | 33 | 52 | 67 | 25 | 32 | 44 |
| Binary | 1110011 | 1010100 | 1000011 | 0 | 11011 | 101010 | 110111 | 10101 | 11010 | 100100 |
Color Harmonies of #735443
Complementary color
Monochromatic Colors of #735443
Black with #735443
Text Example
Text Example
White with #735443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735443; }
p { color: rgb(115,84,67); }
H1.HeaderClassName
{
color: #735443;
}
.AnyTagClassName
{
color: #735443;
}
</style>
background-color css
<style>
a { background-color: #735443; }
a { background-color: rgb(115,84,67); }
div.DivClassName
{
background-color: #735443;
}
.BgClassName
{
background-color: #735443;
}
</style>
border-color css
<style>
span { border-color: #735443; }
span { border-color: rgb(115,84,67); }
td.TdClassName
{
border-color: #735443;
}
.TagClassName
{
border-color: #735443;
}
</style>