Shades of Old Copper #744D39
Tints of Old Copper #744D39
RGB
CMYK
RGB Variations
Color information
#744D39 (or 0x744D39) is known color: Old Copper. HEX triplet: 74, 4D and 39. RGB value is (116,77,57). Sum of RGB (Red+Green+Blue) = 116+77+57=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #744D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744D39 is #8BB2C6. Grayscale: #565656. Windows color (decimal): -9155271 or 3755380. OLE color: 3755380.
HSL color Cylindrical-coordinate representation of color #744D39: hue angle of 20.34º 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 #744D39 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 77 | 57 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.55 |
| HSL | 20.34º | 0.34% | 0.34% | - |
| HSV(B) | 20.34º | 0.51% | 0.45% | - |
| XYZ | 10.59 | 9.32 | 5.11 | - |
| YUV | 86.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 57 | 0 | 0.34 | 0.51 | 0.55 | 20.34 | 0.34 | 0.34 |
| Hex | 74 | 4D | 39 | 0 | 22 | 33 | 37 | 14 | 22 | 22 |
| Octal | 164 | 115 | 71 | 0 | 42 | 63 | 67 | 24 | 42 | 42 |
| Binary | 1110100 | 1001101 | 111001 | 0 | 100010 | 110011 | 110111 | 10100 | 100010 | 100010 |
Color Harmonies of #744D39
Complementary color
Monochromatic Colors of #744D39
Black with #744D39
Text Example
Text Example
White with #744D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744D39; }
p { color: rgb(116,77,57); }
H1.HeaderClassName
{
color: #744D39;
}
.AnyTagClassName
{
color: #744D39;
}
</style>
background-color css
<style>
a { background-color: #744D39; }
a { background-color: rgb(116,77,57); }
div.DivClassName
{
background-color: #744D39;
}
.BgClassName
{
background-color: #744D39;
}
</style>
border-color css
<style>
span { border-color: #744D39; }
span { border-color: rgb(116,77,57); }
td.TdClassName
{
border-color: #744D39;
}
.TagClassName
{
border-color: #744D39;
}
</style>