Shades of Old Copper #724E37
Tints of Old Copper #724E37
RGB
CMYK
RGB Variations
Color information
#724E37 (or 0x724E37) is known color: Old Copper. HEX triplet: 72, 4E and 37. RGB value is (114,78,55). Sum of RGB (Red+Green+Blue) = 114+78+55=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #724E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E37 is #8DB1C8. Grayscale: #565656. Windows color (decimal): -9286089 or 3624562. OLE color: 3624562.
HSL color Cylindrical-coordinate representation of color #724E37: hue angle of 23.39º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #724E37 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 55 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.55 |
| HSL | 23.39º | 0.35% | 0.33% | - |
| HSV(B) | 23.39º | 0.52% | 0.45% | - |
| XYZ | 10.35 | 9.3 | 4.86 | - |
| YUV | 86.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 55 | 0 | 0.32 | 0.52 | 0.55 | 23.39 | 0.35 | 0.33 |
| Hex | 72 | 4E | 37 | 0 | 20 | 34 | 37 | 17 | 23 | 21 |
| Octal | 162 | 116 | 67 | 0 | 40 | 64 | 67 | 27 | 43 | 41 |
| Binary | 1110010 | 1001110 | 110111 | 0 | 100000 | 110100 | 110111 | 10111 | 100011 | 100001 |
Color Harmonies of #724E37
Complementary color
Monochromatic Colors of #724E37
Black with #724E37
Text Example
Text Example
White with #724E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E37; }
p { color: rgb(114,78,55); }
H1.HeaderClassName
{
color: #724E37;
}
.AnyTagClassName
{
color: #724E37;
}
</style>
background-color css
<style>
a { background-color: #724E37; }
a { background-color: rgb(114,78,55); }
div.DivClassName
{
background-color: #724E37;
}
.BgClassName
{
background-color: #724E37;
}
</style>
border-color css
<style>
span { border-color: #724E37; }
span { border-color: rgb(114,78,55); }
td.TdClassName
{
border-color: #724E37;
}
.TagClassName
{
border-color: #724E37;
}
</style>