Shades of Old Copper #724E34
Tints of Old Copper #724E34
RGB
CMYK
RGB Variations
Color information
#724E34 (or 0x724E34) is known color: Old Copper. HEX triplet: 72, 4E and 34. RGB value is (114,78,52). Sum of RGB (Red+Green+Blue) = 114+78+52=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #724E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E34 is #8DB1CB. Grayscale: #555555. Windows color (decimal): -9286092 or 3427954. OLE color: 3427954.
HSL color Cylindrical-coordinate representation of color #724E34: hue angle of 25.16º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #724E34 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 52 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.55 |
| HSL | 25.16º | 0.37% | 0.33% | - |
| HSV(B) | 25.16º | 0.54% | 0.45% | - |
| XYZ | 10.28 | 9.27 | 4.5 | - |
| YUV | 85.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 52 | 0 | 0.32 | 0.54 | 0.55 | 25.16 | 0.37 | 0.33 |
| Hex | 72 | 4E | 34 | 0 | 20 | 36 | 37 | 19 | 25 | 21 |
| Octal | 162 | 116 | 64 | 0 | 40 | 66 | 67 | 31 | 45 | 41 |
| Binary | 1110010 | 1001110 | 110100 | 0 | 100000 | 110110 | 110111 | 11001 | 100101 | 100001 |
Color Harmonies of #724E34
Complementary color
Monochromatic Colors of #724E34
Black with #724E34
Text Example
Text Example
White with #724E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E34; }
p { color: rgb(114,78,52); }
H1.HeaderClassName
{
color: #724E34;
}
.AnyTagClassName
{
color: #724E34;
}
</style>
background-color css
<style>
a { background-color: #724E34; }
a { background-color: rgb(114,78,52); }
div.DivClassName
{
background-color: #724E34;
}
.BgClassName
{
background-color: #724E34;
}
</style>
border-color css
<style>
span { border-color: #724E34; }
span { border-color: rgb(114,78,52); }
td.TdClassName
{
border-color: #724E34;
}
.TagClassName
{
border-color: #724E34;
}
</style>