Shades of Old Copper #745643
Tints of Old Copper #745643
RGB
CMYK
RGB Variations
Color information
#745643 (or 0x745643) is known color: Old Copper. HEX triplet: 74, 56 and 43. RGB value is (116,86,67). Sum of RGB (Red+Green+Blue) = 116+86+67=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #745643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745643 is #8BA9BC. Grayscale: #5C5C5C. Windows color (decimal): -9152957 or 4413044. OLE color: 4413044.
HSL color Cylindrical-coordinate representation of color #745643: hue angle of 23.27º degrees, saturation: 0.27, 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 #745643 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 67 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.55 |
| HSL | 23.27º | 0.27% | 0.36% | - |
| HSV(B) | 23.27º | 0.42% | 0.45% | - |
| XYZ | 11.54 | 10.77 | 6.78 | - |
| YUV | 92.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 67 | 0 | 0.26 | 0.42 | 0.55 | 23.27 | 0.27 | 0.36 |
| Hex | 74 | 56 | 43 | 0 | 1A | 2A | 37 | 17 | 1B | 24 |
| Octal | 164 | 126 | 103 | 0 | 32 | 52 | 67 | 27 | 33 | 44 |
| Binary | 1110100 | 1010110 | 1000011 | 0 | 11010 | 101010 | 110111 | 10111 | 11011 | 100100 |
Color Harmonies of #745643
Complementary color
Monochromatic Colors of #745643
Black with #745643
Text Example
Text Example
White with #745643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745643; }
p { color: rgb(116,86,67); }
H1.HeaderClassName
{
color: #745643;
}
.AnyTagClassName
{
color: #745643;
}
</style>
background-color css
<style>
a { background-color: #745643; }
a { background-color: rgb(116,86,67); }
div.DivClassName
{
background-color: #745643;
}
.BgClassName
{
background-color: #745643;
}
</style>
border-color css
<style>
span { border-color: #745643; }
span { border-color: rgb(116,86,67); }
td.TdClassName
{
border-color: #745643;
}
.TagClassName
{
border-color: #745643;
}
</style>