Shades of Old Copper #744F40
Tints of Old Copper #744F40
RGB
CMYK
RGB Variations
Color information
#744F40 (or 0x744F40) is known color: Old Copper. HEX triplet: 74, 4F and 40. RGB value is (116,79,64). Sum of RGB (Red+Green+Blue) = 116+79+64=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #744F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F40 is #8BB0BF. Grayscale: #585858. Windows color (decimal): -9154752 or 4214644. OLE color: 4214644.
HSL color Cylindrical-coordinate representation of color #744F40: hue angle of 17.31º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #744F40 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 64 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.55 |
| HSL | 17.31º | 0.29% | 0.35% | - |
| HSV(B) | 17.31º | 0.45% | 0.45% | - |
| XYZ | 10.92 | 9.68 | 6.14 | - |
| YUV | 88.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 64 | 0 | 0.32 | 0.45 | 0.55 | 17.31 | 0.29 | 0.35 |
| Hex | 74 | 4F | 40 | 0 | 20 | 2D | 37 | 11 | 1D | 23 |
| Octal | 164 | 117 | 100 | 0 | 40 | 55 | 67 | 21 | 35 | 43 |
| Binary | 1110100 | 1001111 | 1000000 | 0 | 100000 | 101101 | 110111 | 10001 | 11101 | 100011 |
Color Harmonies of #744F40
Complementary color
Monochromatic Colors of #744F40
Black with #744F40
Text Example
Text Example
White with #744F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F40; }
p { color: rgb(116,79,64); }
H1.HeaderClassName
{
color: #744F40;
}
.AnyTagClassName
{
color: #744F40;
}
</style>
background-color css
<style>
a { background-color: #744F40; }
a { background-color: rgb(116,79,64); }
div.DivClassName
{
background-color: #744F40;
}
.BgClassName
{
background-color: #744F40;
}
</style>
border-color css
<style>
span { border-color: #744F40; }
span { border-color: rgb(116,79,64); }
td.TdClassName
{
border-color: #744F40;
}
.TagClassName
{
border-color: #744F40;
}
</style>