Shades of Old Copper #744E36
Tints of Old Copper #744E36
RGB
CMYK
RGB Variations
Color information
#744E36 (or 0x744E36) is known color: Old Copper. HEX triplet: 74, 4E and 36. RGB value is (116,78,54). Sum of RGB (Red+Green+Blue) = 116+78+54=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #744E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E36 is #8BB1C9. Grayscale: #565656. Windows color (decimal): -9155018 or 3559028. OLE color: 3559028.
HSL color Cylindrical-coordinate representation of color #744E36: hue angle of 23.23º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #744E36 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 78 | 54 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.55 |
| HSL | 23.23º | 0.36% | 0.33% | - |
| HSV(B) | 23.23º | 0.53% | 0.45% | - |
| XYZ | 10.59 | 9.43 | 4.75 | - |
| YUV | 86.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 54 | 0 | 0.33 | 0.53 | 0.55 | 23.23 | 0.36 | 0.33 |
| Hex | 74 | 4E | 36 | 0 | 21 | 35 | 37 | 17 | 24 | 21 |
| Octal | 164 | 116 | 66 | 0 | 41 | 65 | 67 | 27 | 44 | 41 |
| Binary | 1110100 | 1001110 | 110110 | 0 | 100001 | 110101 | 110111 | 10111 | 100100 | 100001 |
Color Harmonies of #744E36
Complementary color
Monochromatic Colors of #744E36
Black with #744E36
Text Example
Text Example
White with #744E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E36; }
p { color: rgb(116,78,54); }
H1.HeaderClassName
{
color: #744E36;
}
.AnyTagClassName
{
color: #744E36;
}
</style>
background-color css
<style>
a { background-color: #744E36; }
a { background-color: rgb(116,78,54); }
div.DivClassName
{
background-color: #744E36;
}
.BgClassName
{
background-color: #744E36;
}
</style>
border-color css
<style>
span { border-color: #744E36; }
span { border-color: rgb(116,78,54); }
td.TdClassName
{
border-color: #744E36;
}
.TagClassName
{
border-color: #744E36;
}
</style>