Shades of Tobacco Brown #705D46
Tints of Tobacco Brown #705D46
RGB
CMYK
RGB Variations
Color information
#705D46 (or 0x705D46) is known color: Tobacco Brown. HEX triplet: 70, 5D and 46. RGB value is (112,93,70). Sum of RGB (Red+Green+Blue) = 112+93+70=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #705D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D46 is #8FA2B9. Grayscale: #606060. Windows color (decimal): -9413306 or 4611440. OLE color: 4611440.
HSL color Cylindrical-coordinate representation of color #705D46: hue angle of 32.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #705D46 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 93 | 70 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.56 |
| HSL | 32.86º | 0.23% | 0.36% | - |
| HSV(B) | 32.86º | 0.38% | 0.44% | - |
| XYZ | 11.7 | 11.72 | 7.44 | - |
| YUV | 96.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 70 | 0 | 0.17 | 0.38 | 0.56 | 32.86 | 0.23 | 0.36 |
| Hex | 70 | 5D | 46 | 0 | 11 | 26 | 38 | 21 | 17 | 24 |
| Octal | 160 | 135 | 106 | 0 | 21 | 46 | 70 | 41 | 27 | 44 |
| Binary | 1110000 | 1011101 | 1000110 | 0 | 10001 | 100110 | 111000 | 100001 | 10111 | 100100 |
Color Harmonies of #705D46
Complementary color
Monochromatic Colors of #705D46
Black with #705D46
Text Example
Text Example
White with #705D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D46; }
p { color: rgb(112,93,70); }
H1.HeaderClassName
{
color: #705D46;
}
.AnyTagClassName
{
color: #705D46;
}
</style>
background-color css
<style>
a { background-color: #705D46; }
a { background-color: rgb(112,93,70); }
div.DivClassName
{
background-color: #705D46;
}
.BgClassName
{
background-color: #705D46;
}
</style>
border-color css
<style>
span { border-color: #705D46; }
span { border-color: rgb(112,93,70); }
td.TdClassName
{
border-color: #705D46;
}
.TagClassName
{
border-color: #705D46;
}
</style>