Shades of Old Copper #71533C
Tints of Old Copper #71533C
RGB
CMYK
RGB Variations
Color information
#71533C (or 0x71533C) is known color: Old Copper. HEX triplet: 71, 53 and 3C. RGB value is (113,83,60). Sum of RGB (Red+Green+Blue) = 113+83+60=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71533C is #8EACC3. Grayscale: #595959. Windows color (decimal): -9350340 or 3953521. OLE color: 3953521.
HSL color Cylindrical-coordinate representation of color #71533C: hue angle of 26.04º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71533C is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 83 | 60 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.56 |
| HSL | 26.04º | 0.31% | 0.34% | - |
| HSV(B) | 26.04º | 0.47% | 0.44% | - |
| XYZ | 10.72 | 10.02 | 5.64 | - |
| YUV | 89.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 60 | 0 | 0.27 | 0.47 | 0.56 | 26.04 | 0.31 | 0.34 |
| Hex | 71 | 53 | 3C | 0 | 1B | 2F | 38 | 1A | 1F | 22 |
| Octal | 161 | 123 | 74 | 0 | 33 | 57 | 70 | 32 | 37 | 42 |
| Binary | 1110001 | 1010011 | 111100 | 0 | 11011 | 101111 | 111000 | 11010 | 11111 | 100010 |
Color Harmonies of #71533C
Complementary color
Monochromatic Colors of #71533C
Black with #71533C
Text Example
Text Example
White with #71533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71533C; }
p { color: rgb(113,83,60); }
H1.HeaderClassName
{
color: #71533C;
}
.AnyTagClassName
{
color: #71533C;
}
</style>
background-color css
<style>
a { background-color: #71533C; }
a { background-color: rgb(113,83,60); }
div.DivClassName
{
background-color: #71533C;
}
.BgClassName
{
background-color: #71533C;
}
</style>
border-color css
<style>
span { border-color: #71533C; }
span { border-color: rgb(113,83,60); }
td.TdClassName
{
border-color: #71533C;
}
.TagClassName
{
border-color: #71533C;
}
</style>