Shades of Old Copper #71523D
Tints of Old Copper #71523D
RGB
CMYK
RGB Variations
Color information
#71523D (or 0x71523D) is known color: Old Copper. HEX triplet: 71, 52 and 3D. RGB value is (113,82,61). Sum of RGB (Red+Green+Blue) = 113+82+61=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71523D is #8EADC2. Grayscale: #585858. Windows color (decimal): -9350595 or 4018801. OLE color: 4018801.
HSL color Cylindrical-coordinate representation of color #71523D: hue angle of 24.23º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71523D is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 82 | 61 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.56 |
| HSL | 24.23º | 0.3% | 0.34% | - |
| HSV(B) | 24.23º | 0.46% | 0.44% | - |
| XYZ | 10.67 | 9.88 | 5.76 | - |
| YUV | 88.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 61 | 0 | 0.27 | 0.46 | 0.56 | 24.23 | 0.3 | 0.34 |
| Hex | 71 | 52 | 3D | 0 | 1B | 2E | 38 | 18 | 1E | 22 |
| Octal | 161 | 122 | 75 | 0 | 33 | 56 | 70 | 30 | 36 | 42 |
| Binary | 1110001 | 1010010 | 111101 | 0 | 11011 | 101110 | 111000 | 11000 | 11110 | 100010 |
Color Harmonies of #71523D
Complementary color
Monochromatic Colors of #71523D
Black with #71523D
Text Example
Text Example
White with #71523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71523D; }
p { color: rgb(113,82,61); }
H1.HeaderClassName
{
color: #71523D;
}
.AnyTagClassName
{
color: #71523D;
}
</style>
background-color css
<style>
a { background-color: #71523D; }
a { background-color: rgb(113,82,61); }
div.DivClassName
{
background-color: #71523D;
}
.BgClassName
{
background-color: #71523D;
}
</style>
border-color css
<style>
span { border-color: #71523D; }
span { border-color: rgb(113,82,61); }
td.TdClassName
{
border-color: #71523D;
}
.TagClassName
{
border-color: #71523D;
}
</style>