Shades of Old Copper #704E37
Tints of Old Copper #704E37
RGB
CMYK
RGB Variations
Color information
#704E37 (or 0x704E37) is known color: Old Copper. HEX triplet: 70, 4E and 37. RGB value is (112,78,55). Sum of RGB (Red+Green+Blue) = 112+78+55=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #704E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E37 is #8FB1C8. Grayscale: #555555. Windows color (decimal): -9417161 or 3624560. OLE color: 3624560.
HSL color Cylindrical-coordinate representation of color #704E37: hue angle of 24.21º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #704E37 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 55 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.56 |
| HSL | 24.21º | 0.34% | 0.33% | - |
| HSV(B) | 24.21º | 0.51% | 0.44% | - |
| XYZ | 10.1 | 9.17 | 4.85 | - |
| YUV | 85.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 55 | 0 | 0.30 | 0.51 | 0.56 | 24.21 | 0.34 | 0.33 |
| Hex | 70 | 4E | 37 | 0 | 1E | 33 | 38 | 18 | 22 | 21 |
| Octal | 160 | 116 | 67 | 0 | 36 | 63 | 70 | 30 | 42 | 41 |
| Binary | 1110000 | 1001110 | 110111 | 0 | 11110 | 110011 | 111000 | 11000 | 100010 | 100001 |
Color Harmonies of #704E37
Complementary color
Monochromatic Colors of #704E37
Black with #704E37
Text Example
Text Example
White with #704E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E37; }
p { color: rgb(112,78,55); }
H1.HeaderClassName
{
color: #704E37;
}
.AnyTagClassName
{
color: #704E37;
}
</style>
background-color css
<style>
a { background-color: #704E37; }
a { background-color: rgb(112,78,55); }
div.DivClassName
{
background-color: #704E37;
}
.BgClassName
{
background-color: #704E37;
}
</style>
border-color css
<style>
span { border-color: #704E37; }
span { border-color: rgb(112,78,55); }
td.TdClassName
{
border-color: #704E37;
}
.TagClassName
{
border-color: #704E37;
}
</style>