Shades of Old Copper #724D34
Tints of Old Copper #724D34
RGB
CMYK
RGB Variations
Color information
#724D34 (or 0x724D34) is known color: Old Copper. HEX triplet: 72, 4D and 34. RGB value is (114,77,52). Sum of RGB (Red+Green+Blue) = 114+77+52=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #724D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D34 is #8DB2CB. Grayscale: #555555. Windows color (decimal): -9286348 or 3427698. OLE color: 3427698.
HSL color Cylindrical-coordinate representation of color #724D34: hue angle of 24.19º 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 #724D34 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 52 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.55 |
| HSL | 24.19º | 0.37% | 0.33% | - |
| HSV(B) | 24.19º | 0.54% | 0.45% | - |
| XYZ | 10.21 | 9.13 | 4.47 | - |
| YUV | 85.21 | 109.26 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 52 | 0 | 0.32 | 0.54 | 0.55 | 24.19 | 0.37 | 0.33 |
| Hex | 72 | 4D | 34 | 0 | 20 | 36 | 37 | 18 | 25 | 21 |
| Octal | 162 | 115 | 64 | 0 | 40 | 66 | 67 | 30 | 45 | 41 |
| Binary | 1110010 | 1001101 | 110100 | 0 | 100000 | 110110 | 110111 | 11000 | 100101 | 100001 |
Color Harmonies of #724D34
Complementary color
Monochromatic Colors of #724D34
Black with #724D34
Text Example
Text Example
White with #724D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D34; }
p { color: rgb(114,77,52); }
H1.HeaderClassName
{
color: #724D34;
}
.AnyTagClassName
{
color: #724D34;
}
</style>
background-color css
<style>
a { background-color: #724D34; }
a { background-color: rgb(114,77,52); }
div.DivClassName
{
background-color: #724D34;
}
.BgClassName
{
background-color: #724D34;
}
</style>
border-color css
<style>
span { border-color: #724D34; }
span { border-color: rgb(114,77,52); }
td.TdClassName
{
border-color: #724D34;
}
.TagClassName
{
border-color: #724D34;
}
</style>