Shades of Old Copper #724E36
Tints of Old Copper #724E36
RGB
CMYK
RGB Variations
Color information
#724E36 (or 0x724E36) is known color: Old Copper. HEX triplet: 72, 4E and 36. RGB value is (114,78,54). Sum of RGB (Red+Green+Blue) = 114+78+54=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #724E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E36 is #8DB1C9. Grayscale: #565656. Windows color (decimal): -9286090 or 3559026. OLE color: 3559026.
HSL color Cylindrical-coordinate representation of color #724E36: hue angle of 24º 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 #724E36 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 54 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.55 |
| HSL | 24º | 0.36% | 0.33% | - |
| HSV(B) | 24º | 0.53% | 0.45% | - |
| XYZ | 10.33 | 9.29 | 4.74 | - |
| YUV | 86.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 54 | 0 | 0.32 | 0.53 | 0.55 | 24 | 0.36 | 0.33 |
| Hex | 72 | 4E | 36 | 0 | 20 | 35 | 37 | 18 | 24 | 21 |
| Octal | 162 | 116 | 66 | 0 | 40 | 65 | 67 | 30 | 44 | 41 |
| Binary | 1110010 | 1001110 | 110110 | 0 | 100000 | 110101 | 110111 | 11000 | 100100 | 100001 |
Color Harmonies of #724E36
Complementary color
Monochromatic Colors of #724E36
Black with #724E36
Text Example
Text Example
White with #724E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E36; }
p { color: rgb(114,78,54); }
H1.HeaderClassName
{
color: #724E36;
}
.AnyTagClassName
{
color: #724E36;
}
</style>
background-color css
<style>
a { background-color: #724E36; }
a { background-color: rgb(114,78,54); }
div.DivClassName
{
background-color: #724E36;
}
.BgClassName
{
background-color: #724E36;
}
</style>
border-color css
<style>
span { border-color: #724E36; }
span { border-color: rgb(114,78,54); }
td.TdClassName
{
border-color: #724E36;
}
.TagClassName
{
border-color: #724E36;
}
</style>