Shades of Old Copper #705239
Tints of Old Copper #705239
RGB
CMYK
RGB Variations
Color information
#705239 (or 0x705239) is known color: Old Copper. HEX triplet: 70, 52 and 39. RGB value is (112,82,57). Sum of RGB (Red+Green+Blue) = 112+82+57=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #705239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705239 is #8FADC6. Grayscale: #585858. Windows color (decimal): -9416135 or 3756656. OLE color: 3756656.
HSL color Cylindrical-coordinate representation of color #705239: hue angle of 27.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #705239 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 57 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.56 |
| HSL | 27.27º | 0.33% | 0.33% | - |
| HSV(B) | 27.27º | 0.49% | 0.44% | - |
| XYZ | 10.44 | 9.77 | 5.21 | - |
| YUV | 88.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 57 | 0 | 0.27 | 0.49 | 0.56 | 27.27 | 0.33 | 0.33 |
| Hex | 70 | 52 | 39 | 0 | 1B | 31 | 38 | 1B | 21 | 21 |
| Octal | 160 | 122 | 71 | 0 | 33 | 61 | 70 | 33 | 41 | 41 |
| Binary | 1110000 | 1010010 | 111001 | 0 | 11011 | 110001 | 111000 | 11011 | 100001 | 100001 |
Color Harmonies of #705239
Complementary color
Monochromatic Colors of #705239
Black with #705239
Text Example
Text Example
White with #705239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705239; }
p { color: rgb(112,82,57); }
H1.HeaderClassName
{
color: #705239;
}
.AnyTagClassName
{
color: #705239;
}
</style>
background-color css
<style>
a { background-color: #705239; }
a { background-color: rgb(112,82,57); }
div.DivClassName
{
background-color: #705239;
}
.BgClassName
{
background-color: #705239;
}
</style>
border-color css
<style>
span { border-color: #705239; }
span { border-color: rgb(112,82,57); }
td.TdClassName
{
border-color: #705239;
}
.TagClassName
{
border-color: #705239;
}
</style>