Shades of Old Copper #72523D
Tints of Old Copper #72523D
RGB
CMYK
RGB Variations
Color information
#72523D (or 0x72523D) is known color: Old Copper. HEX triplet: 72, 52 and 3D. RGB value is (114,82,61). Sum of RGB (Red+Green+Blue) = 114+82+61=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #72523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72523D is #8DADC2. Grayscale: #595959. Windows color (decimal): -9285059 or 4018802. OLE color: 4018802.
HSL color Cylindrical-coordinate representation of color #72523D: hue angle of 23.77º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72523D is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 61 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.55 |
| HSL | 23.77º | 0.3% | 0.34% | - |
| HSV(B) | 23.77º | 0.46% | 0.45% | - |
| XYZ | 10.8 | 9.95 | 5.77 | - |
| YUV | 89.17 | 112.1 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 61 | 0 | 0.28 | 0.46 | 0.55 | 23.77 | 0.3 | 0.34 |
| Hex | 72 | 52 | 3D | 0 | 1C | 2E | 37 | 18 | 1E | 22 |
| Octal | 162 | 122 | 75 | 0 | 34 | 56 | 67 | 30 | 36 | 42 |
| Binary | 1110010 | 1010010 | 111101 | 0 | 11100 | 101110 | 110111 | 11000 | 11110 | 100010 |
Color Harmonies of #72523D
Complementary color
Monochromatic Colors of #72523D
Black with #72523D
Text Example
Text Example
White with #72523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72523D; }
p { color: rgb(114,82,61); }
H1.HeaderClassName
{
color: #72523D;
}
.AnyTagClassName
{
color: #72523D;
}
</style>
background-color css
<style>
a { background-color: #72523D; }
a { background-color: rgb(114,82,61); }
div.DivClassName
{
background-color: #72523D;
}
.BgClassName
{
background-color: #72523D;
}
</style>
border-color css
<style>
span { border-color: #72523D; }
span { border-color: rgb(114,82,61); }
td.TdClassName
{
border-color: #72523D;
}
.TagClassName
{
border-color: #72523D;
}
</style>