Shades of Old Copper #72503E
Tints of Old Copper #72503E
RGB
CMYK
RGB Variations
Color information
#72503E (or 0x72503E) is known color: Old Copper. HEX triplet: 72, 50 and 3E. RGB value is (114,80,62). Sum of RGB (Red+Green+Blue) = 114+80+62=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72503E is #8DAFC1. Grayscale: #585858. Windows color (decimal): -9285570 or 4083826. OLE color: 4083826.
HSL color Cylindrical-coordinate representation of color #72503E: hue angle of 20.77º 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 #72503E is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 62 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.55 |
| HSL | 20.77º | 0.3% | 0.35% | - |
| HSV(B) | 20.77º | 0.46% | 0.45% | - |
| XYZ | 10.68 | 9.66 | 5.86 | - |
| YUV | 88.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 62 | 0 | 0.30 | 0.46 | 0.55 | 20.77 | 0.3 | 0.35 |
| Hex | 72 | 50 | 3E | 0 | 1E | 2E | 37 | 15 | 1E | 23 |
| Octal | 162 | 120 | 76 | 0 | 36 | 56 | 67 | 25 | 36 | 43 |
| Binary | 1110010 | 1010000 | 111110 | 0 | 11110 | 101110 | 110111 | 10101 | 11110 | 100011 |
Color Harmonies of #72503E
Complementary color
Monochromatic Colors of #72503E
Black with #72503E
Text Example
Text Example
White with #72503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72503E; }
p { color: rgb(114,80,62); }
H1.HeaderClassName
{
color: #72503E;
}
.AnyTagClassName
{
color: #72503E;
}
</style>
background-color css
<style>
a { background-color: #72503E; }
a { background-color: rgb(114,80,62); }
div.DivClassName
{
background-color: #72503E;
}
.BgClassName
{
background-color: #72503E;
}
</style>
border-color css
<style>
span { border-color: #72503E; }
span { border-color: rgb(114,80,62); }
td.TdClassName
{
border-color: #72503E;
}
.TagClassName
{
border-color: #72503E;
}
</style>