Shades of Old Copper #72513C
Tints of Old Copper #72513C
RGB
CMYK
RGB Variations
Color information
#72513C (or 0x72513C) is known color: Old Copper. HEX triplet: 72, 51 and 3C. RGB value is (114,81,60). Sum of RGB (Red+Green+Blue) = 114+81+60=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72513C is #8DAEC3. Grayscale: #585858. Windows color (decimal): -9285316 or 3953010. OLE color: 3953010.
HSL color Cylindrical-coordinate representation of color #72513C: hue angle of 23.33º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72513C is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 60 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.55 |
| HSL | 23.33º | 0.31% | 0.34% | - |
| HSV(B) | 23.33º | 0.47% | 0.45% | - |
| XYZ | 10.7 | 9.79 | 5.6 | - |
| YUV | 88.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 60 | 0 | 0.29 | 0.47 | 0.55 | 23.33 | 0.31 | 0.34 |
| Hex | 72 | 51 | 3C | 0 | 1D | 2F | 37 | 17 | 1F | 22 |
| Octal | 162 | 121 | 74 | 0 | 35 | 57 | 67 | 27 | 37 | 42 |
| Binary | 1110010 | 1010001 | 111100 | 0 | 11101 | 101111 | 110111 | 10111 | 11111 | 100010 |
Color Harmonies of #72513C
Complementary color
Monochromatic Colors of #72513C
Black with #72513C
Text Example
Text Example
White with #72513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72513C; }
p { color: rgb(114,81,60); }
H1.HeaderClassName
{
color: #72513C;
}
.AnyTagClassName
{
color: #72513C;
}
</style>
background-color css
<style>
a { background-color: #72513C; }
a { background-color: rgb(114,81,60); }
div.DivClassName
{
background-color: #72513C;
}
.BgClassName
{
background-color: #72513C;
}
</style>
border-color css
<style>
span { border-color: #72513C; }
span { border-color: rgb(114,81,60); }
td.TdClassName
{
border-color: #72513C;
}
.TagClassName
{
border-color: #72513C;
}
</style>