Shades of Old Copper #72533A
Tints of Old Copper #72533A
RGB
CMYK
RGB Variations
Color information
#72533A (or 0x72533A) is known color: Old Copper. HEX triplet: 72, 53 and 3A. RGB value is (114,83,58). Sum of RGB (Red+Green+Blue) = 114+83+58=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72533A is #8DACC5. Grayscale: #595959. Windows color (decimal): -9284806 or 3822450. OLE color: 3822450.
HSL color Cylindrical-coordinate representation of color #72533A: hue angle of 26.79º 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 #72533A is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 83 | 58 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.55 |
| HSL | 26.79º | 0.33% | 0.34% | - |
| HSV(B) | 26.79º | 0.49% | 0.45% | - |
| XYZ | 10.8 | 10.07 | 5.38 | - |
| YUV | 89.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 58 | 0 | 0.27 | 0.49 | 0.55 | 26.79 | 0.33 | 0.34 |
| Hex | 72 | 53 | 3A | 0 | 1B | 31 | 37 | 1B | 21 | 22 |
| Octal | 162 | 123 | 72 | 0 | 33 | 61 | 67 | 33 | 41 | 42 |
| Binary | 1110010 | 1010011 | 111010 | 0 | 11011 | 110001 | 110111 | 11011 | 100001 | 100010 |
Color Harmonies of #72533A
Complementary color
Monochromatic Colors of #72533A
Black with #72533A
Text Example
Text Example
White with #72533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72533A; }
p { color: rgb(114,83,58); }
H1.HeaderClassName
{
color: #72533A;
}
.AnyTagClassName
{
color: #72533A;
}
</style>
background-color css
<style>
a { background-color: #72533A; }
a { background-color: rgb(114,83,58); }
div.DivClassName
{
background-color: #72533A;
}
.BgClassName
{
background-color: #72533A;
}
</style>
border-color css
<style>
span { border-color: #72533A; }
span { border-color: rgb(114,83,58); }
td.TdClassName
{
border-color: #72533A;
}
.TagClassName
{
border-color: #72533A;
}
</style>