Shades of Tobacco Brown #705943
Tints of Tobacco Brown #705943
RGB
CMYK
RGB Variations
Color information
#705943 (or 0x705943) is known color: Tobacco Brown. HEX triplet: 70, 59 and 43. RGB value is (112,89,67). Sum of RGB (Red+Green+Blue) = 112+89+67=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #705943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705943 is #8FA6BC. Grayscale: #5D5D5D. Windows color (decimal): -9414333 or 4413808. OLE color: 4413808.
HSL color Cylindrical-coordinate representation of color #705943: hue angle of 29.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #705943 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 89 | 67 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.56 |
| HSL | 29.33º | 0.25% | 0.35% | - |
| HSV(B) | 29.33º | 0.4% | 0.44% | - |
| XYZ | 11.27 | 10.99 | 6.84 | - |
| YUV | 93.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 89 | 67 | 0 | 0.21 | 0.40 | 0.56 | 29.33 | 0.25 | 0.35 |
| Hex | 70 | 59 | 43 | 0 | 15 | 28 | 38 | 1D | 19 | 23 |
| Octal | 160 | 131 | 103 | 0 | 25 | 50 | 70 | 35 | 31 | 43 |
| Binary | 1110000 | 1011001 | 1000011 | 0 | 10101 | 101000 | 111000 | 11101 | 11001 | 100011 |
Color Harmonies of #705943
Complementary color
Monochromatic Colors of #705943
Black with #705943
Text Example
Text Example
White with #705943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705943; }
p { color: rgb(112,89,67); }
H1.HeaderClassName
{
color: #705943;
}
.AnyTagClassName
{
color: #705943;
}
</style>
background-color css
<style>
a { background-color: #705943; }
a { background-color: rgb(112,89,67); }
div.DivClassName
{
background-color: #705943;
}
.BgClassName
{
background-color: #705943;
}
</style>
border-color css
<style>
span { border-color: #705943; }
span { border-color: rgb(112,89,67); }
td.TdClassName
{
border-color: #705943;
}
.TagClassName
{
border-color: #705943;
}
</style>