Shades of Old Copper #72543A
Tints of Old Copper #72543A
RGB
CMYK
RGB Variations
Color information
#72543A (or 0x72543A) is known color: Old Copper. HEX triplet: 72, 54 and 3A. RGB value is (114,84,58). Sum of RGB (Red+Green+Blue) = 114+84+58=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72543A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72543A is #8DABC5. Grayscale: #5A5A5A. Windows color (decimal): -9284550 or 3822706. OLE color: 3822706.
HSL color Cylindrical-coordinate representation of color #72543A: hue angle of 27.86º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72543A is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 84 | 58 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.55 |
| HSL | 27.86º | 0.33% | 0.34% | - |
| HSV(B) | 27.86º | 0.49% | 0.45% | - |
| XYZ | 10.87 | 10.22 | 5.4 | - |
| YUV | 90.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 84 | 58 | 0 | 0.26 | 0.49 | 0.55 | 27.86 | 0.33 | 0.34 |
| Hex | 72 | 54 | 3A | 0 | 1A | 31 | 37 | 1C | 21 | 22 |
| Octal | 162 | 124 | 72 | 0 | 32 | 61 | 67 | 34 | 41 | 42 |
| Binary | 1110010 | 1010100 | 111010 | 0 | 11010 | 110001 | 110111 | 11100 | 100001 | 100010 |
Color Harmonies of #72543A
Complementary color
Monochromatic Colors of #72543A
Black with #72543A
Text Example
Text Example
White with #72543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72543A; }
p { color: rgb(114,84,58); }
H1.HeaderClassName
{
color: #72543A;
}
.AnyTagClassName
{
color: #72543A;
}
</style>
background-color css
<style>
a { background-color: #72543A; }
a { background-color: rgb(114,84,58); }
div.DivClassName
{
background-color: #72543A;
}
.BgClassName
{
background-color: #72543A;
}
</style>
border-color css
<style>
span { border-color: #72543A; }
span { border-color: rgb(114,84,58); }
td.TdClassName
{
border-color: #72543A;
}
.TagClassName
{
border-color: #72543A;
}
</style>