Shades of Old Copper #704D3B
Tints of Old Copper #704D3B
RGB
CMYK
RGB Variations
Color information
#704D3B (or 0x704D3B) is known color: Old Copper. HEX triplet: 70, 4D and 3B. RGB value is (112,77,59). Sum of RGB (Red+Green+Blue) = 112+77+59=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #704D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D3B is #8FB2C4. Grayscale: #555555. Windows color (decimal): -9417413 or 3886448. OLE color: 3886448.
HSL color Cylindrical-coordinate representation of color #704D3B: hue angle of 20.38º 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 #704D3B is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 59 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.56 |
| HSL | 20.38º | 0.31% | 0.34% | - |
| HSV(B) | 20.38º | 0.47% | 0.44% | - |
| XYZ | 10.13 | 9.07 | 5.35 | - |
| YUV | 85.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 59 | 0 | 0.31 | 0.47 | 0.56 | 20.38 | 0.31 | 0.34 |
| Hex | 70 | 4D | 3B | 0 | 1F | 2F | 38 | 14 | 1F | 22 |
| Octal | 160 | 115 | 73 | 0 | 37 | 57 | 70 | 24 | 37 | 42 |
| Binary | 1110000 | 1001101 | 111011 | 0 | 11111 | 101111 | 111000 | 10100 | 11111 | 100010 |
Color Harmonies of #704D3B
Complementary color
Monochromatic Colors of #704D3B
Black with #704D3B
Text Example
Text Example
White with #704D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D3B; }
p { color: rgb(112,77,59); }
H1.HeaderClassName
{
color: #704D3B;
}
.AnyTagClassName
{
color: #704D3B;
}
</style>
background-color css
<style>
a { background-color: #704D3B; }
a { background-color: rgb(112,77,59); }
div.DivClassName
{
background-color: #704D3B;
}
.BgClassName
{
background-color: #704D3B;
}
</style>
border-color css
<style>
span { border-color: #704D3B; }
span { border-color: rgb(112,77,59); }
td.TdClassName
{
border-color: #704D3B;
}
.TagClassName
{
border-color: #704D3B;
}
</style>