Shades of Old Copper #704F32
Tints of Old Copper #704F32
RGB
CMYK
RGB Variations
Color information
#704F32 (or 0x704F32) is known color: Old Copper. HEX triplet: 70, 4F and 32. RGB value is (112,79,50). Sum of RGB (Red+Green+Blue) = 112+79+50=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #704F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F32 is #8FB0CD. Grayscale: #555555. Windows color (decimal): -9416910 or 3297136. OLE color: 3297136.
HSL color Cylindrical-coordinate representation of color #704F32: hue angle of 28.06º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #704F32 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 79 | 50 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.56 |
| HSL | 28.06º | 0.38% | 0.32% | - |
| HSV(B) | 28.06º | 0.55% | 0.44% | - |
| XYZ | 10.05 | 9.27 | 4.28 | - |
| YUV | 85.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 79 | 50 | 0 | 0.29 | 0.55 | 0.56 | 28.06 | 0.38 | 0.32 |
| Hex | 70 | 4F | 32 | 0 | 1D | 37 | 38 | 1C | 26 | 20 |
| Octal | 160 | 117 | 62 | 0 | 35 | 67 | 70 | 34 | 46 | 40 |
| Binary | 1110000 | 1001111 | 110010 | 0 | 11101 | 110111 | 111000 | 11100 | 100110 | 100000 |
Color Harmonies of #704F32
Complementary color
Monochromatic Colors of #704F32
Black with #704F32
Text Example
Text Example
White with #704F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704F32; }
p { color: rgb(112,79,50); }
H1.HeaderClassName
{
color: #704F32;
}
.AnyTagClassName
{
color: #704F32;
}
</style>
background-color css
<style>
a { background-color: #704F32; }
a { background-color: rgb(112,79,50); }
div.DivClassName
{
background-color: #704F32;
}
.BgClassName
{
background-color: #704F32;
}
</style>
border-color css
<style>
span { border-color: #704F32; }
span { border-color: rgb(112,79,50); }
td.TdClassName
{
border-color: #704F32;
}
.TagClassName
{
border-color: #704F32;
}
</style>