Shades of Old Copper #704D38
Tints of Old Copper #704D38
RGB
CMYK
RGB Variations
Color information
#704D38 (or 0x704D38) is known color: Old Copper. HEX triplet: 70, 4D and 38. RGB value is (112,77,56). Sum of RGB (Red+Green+Blue) = 112+77+56=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #704D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D38 is #8FB2C7. Grayscale: #555555. Windows color (decimal): -9417416 or 3689840. OLE color: 3689840.
HSL color Cylindrical-coordinate representation of color #704D38: hue angle of 22.5º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #704D38 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 56 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.56 |
| HSL | 22.5º | 0.33% | 0.33% | - |
| HSV(B) | 22.5º | 0.5% | 0.44% | - |
| XYZ | 10.05 | 9.04 | 4.96 | - |
| YUV | 85.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 56 | 0 | 0.31 | 0.50 | 0.56 | 22.5 | 0.33 | 0.33 |
| Hex | 70 | 4D | 38 | 0 | 1F | 32 | 38 | 16 | 21 | 21 |
| Octal | 160 | 115 | 70 | 0 | 37 | 62 | 70 | 26 | 41 | 41 |
| Binary | 1110000 | 1001101 | 111000 | 0 | 11111 | 110010 | 111000 | 10110 | 100001 | 100001 |
Color Harmonies of #704D38
Complementary color
Monochromatic Colors of #704D38
Black with #704D38
Text Example
Text Example
White with #704D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D38; }
p { color: rgb(112,77,56); }
H1.HeaderClassName
{
color: #704D38;
}
.AnyTagClassName
{
color: #704D38;
}
</style>
background-color css
<style>
a { background-color: #704D38; }
a { background-color: rgb(112,77,56); }
div.DivClassName
{
background-color: #704D38;
}
.BgClassName
{
background-color: #704D38;
}
</style>
border-color css
<style>
span { border-color: #704D38; }
span { border-color: rgb(112,77,56); }
td.TdClassName
{
border-color: #704D38;
}
.TagClassName
{
border-color: #704D38;
}
</style>