Shades of Old Copper #714D3B
Tints of Old Copper #714D3B
RGB
CMYK
RGB Variations
Color information
#714D3B (or 0x714D3B) is known color: Old Copper. HEX triplet: 71, 4D and 3B. RGB value is (113,77,59). Sum of RGB (Red+Green+Blue) = 113+77+59=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #714D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D3B is #8EB2C4. Grayscale: #555555. Windows color (decimal): -9351877 or 3886449. OLE color: 3886449.
HSL color Cylindrical-coordinate representation of color #714D3B: hue angle of 20º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #714D3B is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 77 | 59 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.56 |
| HSL | 20º | 0.31% | 0.34% | - |
| HSV(B) | 20º | 0.48% | 0.44% | - |
| XYZ | 10.25 | 9.13 | 5.36 | - |
| YUV | 85.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 59 | 0 | 0.32 | 0.48 | 0.56 | 20 | 0.31 | 0.34 |
| Hex | 71 | 4D | 3B | 0 | 20 | 30 | 38 | 14 | 1F | 22 |
| Octal | 161 | 115 | 73 | 0 | 40 | 60 | 70 | 24 | 37 | 42 |
| Binary | 1110001 | 1001101 | 111011 | 0 | 100000 | 110000 | 111000 | 10100 | 11111 | 100010 |
Color Harmonies of #714D3B
Complementary color
Monochromatic Colors of #714D3B
Black with #714D3B
Text Example
Text Example
White with #714D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D3B; }
p { color: rgb(113,77,59); }
H1.HeaderClassName
{
color: #714D3B;
}
.AnyTagClassName
{
color: #714D3B;
}
</style>
background-color css
<style>
a { background-color: #714D3B; }
a { background-color: rgb(113,77,59); }
div.DivClassName
{
background-color: #714D3B;
}
.BgClassName
{
background-color: #714D3B;
}
</style>
border-color css
<style>
span { border-color: #714D3B; }
span { border-color: rgb(113,77,59); }
td.TdClassName
{
border-color: #714D3B;
}
.TagClassName
{
border-color: #714D3B;
}
</style>