Shades of Old Copper #72533C
Tints of Old Copper #72533C
RGB
CMYK
RGB Variations
Color information
#72533C (or 0x72533C) is known color: Old Copper. HEX triplet: 72, 53 and 3C. RGB value is (114,83,60). Sum of RGB (Red+Green+Blue) = 114+83+60=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #72533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72533C is #8DACC3. Grayscale: #595959. Windows color (decimal): -9284804 or 3953522. OLE color: 3953522.
HSL color Cylindrical-coordinate representation of color #72533C: hue angle of 25.56º 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 #72533C is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 83 | 60 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.55 |
| HSL | 25.56º | 0.31% | 0.34% | - |
| HSV(B) | 25.56º | 0.47% | 0.45% | - |
| XYZ | 10.85 | 10.09 | 5.65 | - |
| YUV | 89.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 60 | 0 | 0.27 | 0.47 | 0.55 | 25.56 | 0.31 | 0.34 |
| Hex | 72 | 53 | 3C | 0 | 1B | 2F | 37 | 1A | 1F | 22 |
| Octal | 162 | 123 | 74 | 0 | 33 | 57 | 67 | 32 | 37 | 42 |
| Binary | 1110010 | 1010011 | 111100 | 0 | 11011 | 101111 | 110111 | 11010 | 11111 | 100010 |
Color Harmonies of #72533C
Complementary color
Monochromatic Colors of #72533C
Black with #72533C
Text Example
Text Example
White with #72533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72533C; }
p { color: rgb(114,83,60); }
H1.HeaderClassName
{
color: #72533C;
}
.AnyTagClassName
{
color: #72533C;
}
</style>
background-color css
<style>
a { background-color: #72533C; }
a { background-color: rgb(114,83,60); }
div.DivClassName
{
background-color: #72533C;
}
.BgClassName
{
background-color: #72533C;
}
</style>
border-color css
<style>
span { border-color: #72533C; }
span { border-color: rgb(114,83,60); }
td.TdClassName
{
border-color: #72533C;
}
.TagClassName
{
border-color: #72533C;
}
</style>