Shades of Old Copper #724A37
Tints of Old Copper #724A37
RGB
CMYK
RGB Variations
Color information
#724A37 (or 0x724A37) is known color: Old Copper. HEX triplet: 72, 4A and 37. RGB value is (114,74,55). Sum of RGB (Red+Green+Blue) = 114+74+55=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #724A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A37 is #8DB5C8. Grayscale: #535353. Windows color (decimal): -9287113 or 3623538. OLE color: 3623538.
HSL color Cylindrical-coordinate representation of color #724A37: hue angle of 19.32º 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 #724A37 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 55 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.55 |
| HSL | 19.32º | 0.35% | 0.33% | - |
| HSV(B) | 19.32º | 0.52% | 0.45% | - |
| XYZ | 10.08 | 8.75 | 4.77 | - |
| YUV | 83.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 55 | 0 | 0.35 | 0.52 | 0.55 | 19.32 | 0.35 | 0.33 |
| Hex | 72 | 4A | 37 | 0 | 23 | 34 | 37 | 13 | 23 | 21 |
| Octal | 162 | 112 | 67 | 0 | 43 | 64 | 67 | 23 | 43 | 41 |
| Binary | 1110010 | 1001010 | 110111 | 0 | 100011 | 110100 | 110111 | 10011 | 100011 | 100001 |
Color Harmonies of #724A37
Complementary color
Monochromatic Colors of #724A37
Black with #724A37
Text Example
Text Example
White with #724A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A37; }
p { color: rgb(114,74,55); }
H1.HeaderClassName
{
color: #724A37;
}
.AnyTagClassName
{
color: #724A37;
}
</style>
background-color css
<style>
a { background-color: #724A37; }
a { background-color: rgb(114,74,55); }
div.DivClassName
{
background-color: #724A37;
}
.BgClassName
{
background-color: #724A37;
}
</style>
border-color css
<style>
span { border-color: #724A37; }
span { border-color: rgb(114,74,55); }
td.TdClassName
{
border-color: #724A37;
}
.TagClassName
{
border-color: #724A37;
}
</style>