Shades of Old Copper #714E3A
Tints of Old Copper #714E3A
RGB
CMYK
RGB Variations
Color information
#714E3A (or 0x714E3A) is known color: Old Copper. HEX triplet: 71, 4E and 3A. RGB value is (113,78,58). Sum of RGB (Red+Green+Blue) = 113+78+58=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #714E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E3A is #8EB1C5. Grayscale: #565656. Windows color (decimal): -9351622 or 3821169. OLE color: 3821169.
HSL color Cylindrical-coordinate representation of color #714E3A: hue angle of 21.82º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #714E3A is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 78 | 58 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.56 |
| HSL | 21.82º | 0.32% | 0.34% | - |
| HSV(B) | 21.82º | 0.49% | 0.44% | - |
| XYZ | 10.3 | 9.26 | 5.25 | - |
| YUV | 86.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 58 | 0 | 0.31 | 0.49 | 0.56 | 21.82 | 0.32 | 0.34 |
| Hex | 71 | 4E | 3A | 0 | 1F | 31 | 38 | 16 | 20 | 22 |
| Octal | 161 | 116 | 72 | 0 | 37 | 61 | 70 | 26 | 40 | 42 |
| Binary | 1110001 | 1001110 | 111010 | 0 | 11111 | 110001 | 111000 | 10110 | 100000 | 100010 |
Color Harmonies of #714E3A
Complementary color
Monochromatic Colors of #714E3A
Black with #714E3A
Text Example
Text Example
White with #714E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E3A; }
p { color: rgb(113,78,58); }
H1.HeaderClassName
{
color: #714E3A;
}
.AnyTagClassName
{
color: #714E3A;
}
</style>
background-color css
<style>
a { background-color: #714E3A; }
a { background-color: rgb(113,78,58); }
div.DivClassName
{
background-color: #714E3A;
}
.BgClassName
{
background-color: #714E3A;
}
</style>
border-color css
<style>
span { border-color: #714E3A; }
span { border-color: rgb(113,78,58); }
td.TdClassName
{
border-color: #714E3A;
}
.TagClassName
{
border-color: #714E3A;
}
</style>