Shades of Old Copper #724F3E
Tints of Old Copper #724F3E
RGB
CMYK
RGB Variations
Color information
#724F3E (or 0x724F3E) is known color: Old Copper. HEX triplet: 72, 4F and 3E. RGB value is (114,79,62). Sum of RGB (Red+Green+Blue) = 114+79+62=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #724F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724F3E is #8DB0C1. Grayscale: #575757. Windows color (decimal): -9285826 or 4083570. OLE color: 4083570.
HSL color Cylindrical-coordinate representation of color #724F3E: hue angle of 19.62º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #724F3E is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 79 | 62 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.55 |
| HSL | 19.62º | 0.3% | 0.35% | - |
| HSV(B) | 19.62º | 0.46% | 0.45% | - |
| XYZ | 10.6 | 9.52 | 5.84 | - |
| YUV | 87.53 | 113.6 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 79 | 62 | 0 | 0.31 | 0.46 | 0.55 | 19.62 | 0.3 | 0.35 |
| Hex | 72 | 4F | 3E | 0 | 1F | 2E | 37 | 14 | 1E | 23 |
| Octal | 162 | 117 | 76 | 0 | 37 | 56 | 67 | 24 | 36 | 43 |
| Binary | 1110010 | 1001111 | 111110 | 0 | 11111 | 101110 | 110111 | 10100 | 11110 | 100011 |
Color Harmonies of #724F3E
Complementary color
Monochromatic Colors of #724F3E
Black with #724F3E
Text Example
Text Example
White with #724F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724F3E; }
p { color: rgb(114,79,62); }
H1.HeaderClassName
{
color: #724F3E;
}
.AnyTagClassName
{
color: #724F3E;
}
</style>
background-color css
<style>
a { background-color: #724F3E; }
a { background-color: rgb(114,79,62); }
div.DivClassName
{
background-color: #724F3E;
}
.BgClassName
{
background-color: #724F3E;
}
</style>
border-color css
<style>
span { border-color: #724F3E; }
span { border-color: rgb(114,79,62); }
td.TdClassName
{
border-color: #724F3E;
}
.TagClassName
{
border-color: #724F3E;
}
</style>