Shades of Old Copper #704E33
Tints of Old Copper #704E33
RGB
CMYK
RGB Variations
Color information
#704E33 (or 0x704E33) is known color: Old Copper. HEX triplet: 70, 4E and 33. RGB value is (112,78,51). Sum of RGB (Red+Green+Blue) = 112+78+51=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #704E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E33 is #8FB1CC. Grayscale: #555555. Windows color (decimal): -9417165 or 3362416. OLE color: 3362416.
HSL color Cylindrical-coordinate representation of color #704E33: hue angle of 26.56º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #704E33 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 51 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.56 |
| HSL | 26.56º | 0.37% | 0.32% | - |
| HSV(B) | 26.56º | 0.54% | 0.44% | - |
| XYZ | 10 | 9.13 | 4.37 | - |
| YUV | 85.09 | 108.76 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 51 | 0 | 0.30 | 0.54 | 0.56 | 26.56 | 0.37 | 0.32 |
| Hex | 70 | 4E | 33 | 0 | 1E | 36 | 38 | 1B | 25 | 20 |
| Octal | 160 | 116 | 63 | 0 | 36 | 66 | 70 | 33 | 45 | 40 |
| Binary | 1110000 | 1001110 | 110011 | 0 | 11110 | 110110 | 111000 | 11011 | 100101 | 100000 |
Color Harmonies of #704E33
Complementary color
Monochromatic Colors of #704E33
Black with #704E33
Text Example
Text Example
White with #704E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E33; }
p { color: rgb(112,78,51); }
H1.HeaderClassName
{
color: #704E33;
}
.AnyTagClassName
{
color: #704E33;
}
</style>
background-color css
<style>
a { background-color: #704E33; }
a { background-color: rgb(112,78,51); }
div.DivClassName
{
background-color: #704E33;
}
.BgClassName
{
background-color: #704E33;
}
</style>
border-color css
<style>
span { border-color: #704E33; }
span { border-color: rgb(112,78,51); }
td.TdClassName
{
border-color: #704E33;
}
.TagClassName
{
border-color: #704E33;
}
</style>