Shades of Old Copper #744F3E
Tints of Old Copper #744F3E
RGB
CMYK
RGB Variations
Color information
#744F3E (or 0x744F3E) is known color: Old Copper. HEX triplet: 74, 4F and 3E. RGB value is (116,79,62). Sum of RGB (Red+Green+Blue) = 116+79+62=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #744F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F3E is #8BB0C1. Grayscale: #585858. Windows color (decimal): -9154754 or 4083572. OLE color: 4083572.
HSL color Cylindrical-coordinate representation of color #744F3E: hue angle of 18.89º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #744F3E is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 62 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.55 |
| HSL | 18.89º | 0.3% | 0.35% | - |
| HSV(B) | 18.89º | 0.47% | 0.45% | - |
| XYZ | 10.87 | 9.65 | 5.85 | - |
| YUV | 88.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 62 | 0 | 0.32 | 0.47 | 0.55 | 18.89 | 0.3 | 0.35 |
| Hex | 74 | 4F | 3E | 0 | 20 | 2F | 37 | 13 | 1E | 23 |
| Octal | 164 | 117 | 76 | 0 | 40 | 57 | 67 | 23 | 36 | 43 |
| Binary | 1110100 | 1001111 | 111110 | 0 | 100000 | 101111 | 110111 | 10011 | 11110 | 100011 |
Color Harmonies of #744F3E
Complementary color
Monochromatic Colors of #744F3E
Black with #744F3E
Text Example
Text Example
White with #744F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F3E; }
p { color: rgb(116,79,62); }
H1.HeaderClassName
{
color: #744F3E;
}
.AnyTagClassName
{
color: #744F3E;
}
</style>
background-color css
<style>
a { background-color: #744F3E; }
a { background-color: rgb(116,79,62); }
div.DivClassName
{
background-color: #744F3E;
}
.BgClassName
{
background-color: #744F3E;
}
</style>
border-color css
<style>
span { border-color: #744F3E; }
span { border-color: rgb(116,79,62); }
td.TdClassName
{
border-color: #744F3E;
}
.TagClassName
{
border-color: #744F3E;
}
</style>