Shades of Old Copper #704C37
Tints of Old Copper #704C37
RGB
CMYK
RGB Variations
Color information
#704C37 (or 0x704C37) is known color: Old Copper. HEX triplet: 70, 4C and 37. RGB value is (112,76,55). Sum of RGB (Red+Green+Blue) = 112+76+55=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #704C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C37 is #8FB3C8. Grayscale: #545454. Windows color (decimal): -9417673 or 3624048. OLE color: 3624048.
HSL color Cylindrical-coordinate representation of color #704C37: hue angle of 22.11º 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 #704C37 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 76 | 55 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.56 |
| HSL | 22.11º | 0.34% | 0.33% | - |
| HSV(B) | 22.11º | 0.51% | 0.44% | - |
| XYZ | 9.96 | 8.89 | 4.81 | - |
| YUV | 84.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 55 | 0 | 0.32 | 0.51 | 0.56 | 22.11 | 0.34 | 0.33 |
| Hex | 70 | 4C | 37 | 0 | 20 | 33 | 38 | 16 | 22 | 21 |
| Octal | 160 | 114 | 67 | 0 | 40 | 63 | 70 | 26 | 42 | 41 |
| Binary | 1110000 | 1001100 | 110111 | 0 | 100000 | 110011 | 111000 | 10110 | 100010 | 100001 |
Color Harmonies of #704C37
Complementary color
Monochromatic Colors of #704C37
Black with #704C37
Text Example
Text Example
White with #704C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704C37; }
p { color: rgb(112,76,55); }
H1.HeaderClassName
{
color: #704C37;
}
.AnyTagClassName
{
color: #704C37;
}
</style>
background-color css
<style>
a { background-color: #704C37; }
a { background-color: rgb(112,76,55); }
div.DivClassName
{
background-color: #704C37;
}
.BgClassName
{
background-color: #704C37;
}
</style>
border-color css
<style>
span { border-color: #704C37; }
span { border-color: rgb(112,76,55); }
td.TdClassName
{
border-color: #704C37;
}
.TagClassName
{
border-color: #704C37;
}
</style>