Shades of Old Copper #704E3B
Tints of Old Copper #704E3B
RGB
CMYK
RGB Variations
Color information
#704E3B (or 0x704E3B) is known color: Old Copper. HEX triplet: 70, 4E and 3B. RGB value is (112,78,59). Sum of RGB (Red+Green+Blue) = 112+78+59=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #704E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E3B is #8FB1C4. Grayscale: #565656. Windows color (decimal): -9417157 or 3886704. OLE color: 3886704.
HSL color Cylindrical-coordinate representation of color #704E3B: hue angle of 21.51º 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 #704E3B is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 59 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.56 |
| HSL | 21.51º | 0.31% | 0.34% | - |
| HSV(B) | 21.51º | 0.47% | 0.44% | - |
| XYZ | 10.2 | 9.21 | 5.38 | - |
| YUV | 86 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 59 | 0 | 0.30 | 0.47 | 0.56 | 21.51 | 0.31 | 0.34 |
| Hex | 70 | 4E | 3B | 0 | 1E | 2F | 38 | 16 | 1F | 22 |
| Octal | 160 | 116 | 73 | 0 | 36 | 57 | 70 | 26 | 37 | 42 |
| Binary | 1110000 | 1001110 | 111011 | 0 | 11110 | 101111 | 111000 | 10110 | 11111 | 100010 |
Color Harmonies of #704E3B
Complementary color
Monochromatic Colors of #704E3B
Black with #704E3B
Text Example
Text Example
White with #704E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E3B; }
p { color: rgb(112,78,59); }
H1.HeaderClassName
{
color: #704E3B;
}
.AnyTagClassName
{
color: #704E3B;
}
</style>
background-color css
<style>
a { background-color: #704E3B; }
a { background-color: rgb(112,78,59); }
div.DivClassName
{
background-color: #704E3B;
}
.BgClassName
{
background-color: #704E3B;
}
</style>
border-color css
<style>
span { border-color: #704E3B; }
span { border-color: rgb(112,78,59); }
td.TdClassName
{
border-color: #704E3B;
}
.TagClassName
{
border-color: #704E3B;
}
</style>