Shades of Old Copper #745439
Tints of Old Copper #745439
RGB
CMYK
RGB Variations
Color information
#745439 (or 0x745439) is known color: Old Copper. HEX triplet: 74, 54 and 39. RGB value is (116,84,57). Sum of RGB (Red+Green+Blue) = 116+84+57=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #745439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745439 is #8BABC6. Grayscale: #5A5A5A. Windows color (decimal): -9153479 or 3757172. OLE color: 3757172.
HSL color Cylindrical-coordinate representation of color #745439: hue angle of 27.46º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #745439 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 84 | 57 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.55 |
| HSL | 27.46º | 0.34% | 0.34% | - |
| HSV(B) | 27.46º | 0.51% | 0.45% | - |
| XYZ | 11.11 | 10.35 | 5.28 | - |
| YUV | 90.49 | 109.1 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 84 | 57 | 0 | 0.28 | 0.51 | 0.55 | 27.46 | 0.34 | 0.34 |
| Hex | 74 | 54 | 39 | 0 | 1C | 33 | 37 | 1B | 22 | 22 |
| Octal | 164 | 124 | 71 | 0 | 34 | 63 | 67 | 33 | 42 | 42 |
| Binary | 1110100 | 1010100 | 111001 | 0 | 11100 | 110011 | 110111 | 11011 | 100010 | 100010 |
Color Harmonies of #745439
Complementary color
Monochromatic Colors of #745439
Black with #745439
Text Example
Text Example
White with #745439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745439; }
p { color: rgb(116,84,57); }
H1.HeaderClassName
{
color: #745439;
}
.AnyTagClassName
{
color: #745439;
}
</style>
background-color css
<style>
a { background-color: #745439; }
a { background-color: rgb(116,84,57); }
div.DivClassName
{
background-color: #745439;
}
.BgClassName
{
background-color: #745439;
}
</style>
border-color css
<style>
span { border-color: #745439; }
span { border-color: rgb(116,84,57); }
td.TdClassName
{
border-color: #745439;
}
.TagClassName
{
border-color: #745439;
}
</style>