Shades of Old Copper #72553F
Tints of Old Copper #72553F
RGB
CMYK
RGB Variations
Color information
#72553F (or 0x72553F) is known color: Old Copper. HEX triplet: 72, 55 and 3F. RGB value is (114,85,63). Sum of RGB (Red+Green+Blue) = 114+85+63=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #72553F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72553F is #8DAAC0. Grayscale: #5B5B5B. Windows color (decimal): -9284289 or 4150642. OLE color: 4150642.
HSL color Cylindrical-coordinate representation of color #72553F: hue angle of 25.88º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72553F is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 85 | 63 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.55 |
| HSL | 25.88º | 0.29% | 0.35% | - |
| HSV(B) | 25.88º | 0.45% | 0.45% | - |
| XYZ | 11.09 | 10.43 | 6.13 | - |
| YUV | 91.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 63 | 0 | 0.25 | 0.45 | 0.55 | 25.88 | 0.29 | 0.35 |
| Hex | 72 | 55 | 3F | 0 | 19 | 2D | 37 | 1A | 1D | 23 |
| Octal | 162 | 125 | 77 | 0 | 31 | 55 | 67 | 32 | 35 | 43 |
| Binary | 1110010 | 1010101 | 111111 | 0 | 11001 | 101101 | 110111 | 11010 | 11101 | 100011 |
Color Harmonies of #72553F
Complementary color
Monochromatic Colors of #72553F
Black with #72553F
Text Example
Text Example
White with #72553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72553F; }
p { color: rgb(114,85,63); }
H1.HeaderClassName
{
color: #72553F;
}
.AnyTagClassName
{
color: #72553F;
}
</style>
background-color css
<style>
a { background-color: #72553F; }
a { background-color: rgb(114,85,63); }
div.DivClassName
{
background-color: #72553F;
}
.BgClassName
{
background-color: #72553F;
}
</style>
border-color css
<style>
span { border-color: #72553F; }
span { border-color: rgb(114,85,63); }
td.TdClassName
{
border-color: #72553F;
}
.TagClassName
{
border-color: #72553F;
}
</style>