Shades of Tobacco Brown #705B40
Tints of Tobacco Brown #705B40
RGB
CMYK
RGB Variations
Color information
#705B40 (or 0x705B40) is known color: Tobacco Brown. HEX triplet: 70, 5B and 40. RGB value is (112,91,64). Sum of RGB (Red+Green+Blue) = 112+91+64=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #705B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B40 is #8FA4BF. Grayscale: #5E5E5E. Windows color (decimal): -9413824 or 4217712. OLE color: 4217712.
HSL color Cylindrical-coordinate representation of color #705B40: hue angle of 33.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #705B40 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 64 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.56 |
| HSL | 33.75º | 0.27% | 0.35% | - |
| HSV(B) | 33.75º | 0.43% | 0.44% | - |
| XYZ | 11.35 | 11.3 | 6.43 | - |
| YUV | 94.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 64 | 0 | 0.19 | 0.43 | 0.56 | 33.75 | 0.27 | 0.35 |
| Hex | 70 | 5B | 40 | 0 | 13 | 2B | 38 | 22 | 1B | 23 |
| Octal | 160 | 133 | 100 | 0 | 23 | 53 | 70 | 42 | 33 | 43 |
| Binary | 1110000 | 1011011 | 1000000 | 0 | 10011 | 101011 | 111000 | 100010 | 11011 | 100011 |
Color Harmonies of #705B40
Complementary color
Monochromatic Colors of #705B40
Black with #705B40
Text Example
Text Example
White with #705B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B40; }
p { color: rgb(112,91,64); }
H1.HeaderClassName
{
color: #705B40;
}
.AnyTagClassName
{
color: #705B40;
}
</style>
background-color css
<style>
a { background-color: #705B40; }
a { background-color: rgb(112,91,64); }
div.DivClassName
{
background-color: #705B40;
}
.BgClassName
{
background-color: #705B40;
}
</style>
border-color css
<style>
span { border-color: #705B40; }
span { border-color: rgb(112,91,64); }
td.TdClassName
{
border-color: #705B40;
}
.TagClassName
{
border-color: #705B40;
}
</style>