Shades of Old Copper #704A37
Tints of Old Copper #704A37
RGB
CMYK
RGB Variations
Color information
#704A37 (or 0x704A37) is known color: Old Copper. HEX triplet: 70, 4A and 37. RGB value is (112,74,55). Sum of RGB (Red+Green+Blue) = 112+74+55=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #704A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A37 is #8FB5C8. Grayscale: #535353. Windows color (decimal): -9418185 or 3623536. OLE color: 3623536.
HSL color Cylindrical-coordinate representation of color #704A37: hue angle of 20º 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 #704A37 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 74 | 55 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.56 |
| HSL | 20º | 0.34% | 0.33% | - |
| HSV(B) | 20º | 0.51% | 0.44% | - |
| XYZ | 9.82 | 8.62 | 4.76 | - |
| YUV | 83.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 55 | 0 | 0.34 | 0.51 | 0.56 | 20 | 0.34 | 0.33 |
| Hex | 70 | 4A | 37 | 0 | 22 | 33 | 38 | 14 | 22 | 21 |
| Octal | 160 | 112 | 67 | 0 | 42 | 63 | 70 | 24 | 42 | 41 |
| Binary | 1110000 | 1001010 | 110111 | 0 | 100010 | 110011 | 111000 | 10100 | 100010 | 100001 |
Color Harmonies of #704A37
Complementary color
Monochromatic Colors of #704A37
Black with #704A37
Text Example
Text Example
White with #704A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704A37; }
p { color: rgb(112,74,55); }
H1.HeaderClassName
{
color: #704A37;
}
.AnyTagClassName
{
color: #704A37;
}
</style>
background-color css
<style>
a { background-color: #704A37; }
a { background-color: rgb(112,74,55); }
div.DivClassName
{
background-color: #704A37;
}
.BgClassName
{
background-color: #704A37;
}
</style>
border-color css
<style>
span { border-color: #704A37; }
span { border-color: rgb(112,74,55); }
td.TdClassName
{
border-color: #704A37;
}
.TagClassName
{
border-color: #704A37;
}
</style>