Shades of Old Copper #724D3C
Tints of Old Copper #724D3C
RGB
CMYK
RGB Variations
Color information
#724D3C (or 0x724D3C) is known color: Old Copper. HEX triplet: 72, 4D and 3C. RGB value is (114,77,60). Sum of RGB (Red+Green+Blue) = 114+77+60=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #724D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D3C is #8DB2C3. Grayscale: #565656. Windows color (decimal): -9286340 or 3951986. OLE color: 3951986.
HSL color Cylindrical-coordinate representation of color #724D3C: hue angle of 18.89º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #724D3C is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 60 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.55 |
| HSL | 18.89º | 0.31% | 0.34% | - |
| HSV(B) | 18.89º | 0.47% | 0.45% | - |
| XYZ | 10.41 | 9.21 | 5.5 | - |
| YUV | 86.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 60 | 0 | 0.32 | 0.47 | 0.55 | 18.89 | 0.31 | 0.34 |
| Hex | 72 | 4D | 3C | 0 | 20 | 2F | 37 | 13 | 1F | 22 |
| Octal | 162 | 115 | 74 | 0 | 40 | 57 | 67 | 23 | 37 | 42 |
| Binary | 1110010 | 1001101 | 111100 | 0 | 100000 | 101111 | 110111 | 10011 | 11111 | 100010 |
Color Harmonies of #724D3C
Complementary color
Monochromatic Colors of #724D3C
Black with #724D3C
Text Example
Text Example
White with #724D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D3C; }
p { color: rgb(114,77,60); }
H1.HeaderClassName
{
color: #724D3C;
}
.AnyTagClassName
{
color: #724D3C;
}
</style>
background-color css
<style>
a { background-color: #724D3C; }
a { background-color: rgb(114,77,60); }
div.DivClassName
{
background-color: #724D3C;
}
.BgClassName
{
background-color: #724D3C;
}
</style>
border-color css
<style>
span { border-color: #724D3C; }
span { border-color: rgb(114,77,60); }
td.TdClassName
{
border-color: #724D3C;
}
.TagClassName
{
border-color: #724D3C;
}
</style>