Shades of Old Copper #745241
Tints of Old Copper #745241
RGB
CMYK
RGB Variations
Color information
#745241 (or 0x745241) is known color: Old Copper. HEX triplet: 74, 52 and 41. RGB value is (116,82,65). Sum of RGB (Red+Green+Blue) = 116+82+65=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #745241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745241 is #8BADBE. Grayscale: #5A5A5A. Windows color (decimal): -9153983 or 4280948. OLE color: 4280948.
HSL color Cylindrical-coordinate representation of color #745241: hue angle of 20º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #745241 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 65 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.55 |
| HSL | 20º | 0.28% | 0.35% | - |
| HSV(B) | 20º | 0.44% | 0.45% | - |
| XYZ | 11.17 | 10.13 | 6.37 | - |
| YUV | 90.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 65 | 0 | 0.29 | 0.44 | 0.55 | 20 | 0.28 | 0.35 |
| Hex | 74 | 52 | 41 | 0 | 1D | 2C | 37 | 14 | 1C | 23 |
| Octal | 164 | 122 | 101 | 0 | 35 | 54 | 67 | 24 | 34 | 43 |
| Binary | 1110100 | 1010010 | 1000001 | 0 | 11101 | 101100 | 110111 | 10100 | 11100 | 100011 |
Color Harmonies of #745241
Complementary color
Monochromatic Colors of #745241
Black with #745241
Text Example
Text Example
White with #745241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745241; }
p { color: rgb(116,82,65); }
H1.HeaderClassName
{
color: #745241;
}
.AnyTagClassName
{
color: #745241;
}
</style>
background-color css
<style>
a { background-color: #745241; }
a { background-color: rgb(116,82,65); }
div.DivClassName
{
background-color: #745241;
}
.BgClassName
{
background-color: #745241;
}
</style>
border-color css
<style>
span { border-color: #745241; }
span { border-color: rgb(116,82,65); }
td.TdClassName
{
border-color: #745241;
}
.TagClassName
{
border-color: #745241;
}
</style>