Shades of Tobacco Brown #705A40
Tints of Tobacco Brown #705A40
RGB
CMYK
RGB Variations
Color information
#705A40 (or 0x705A40) is known color: Tobacco Brown. HEX triplet: 70, 5A and 40. RGB value is (112,90,64). Sum of RGB (Red+Green+Blue) = 112+90+64=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #705A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A40 is #8FA5BF. Grayscale: #5D5D5D. Windows color (decimal): -9414080 or 4217456. OLE color: 4217456.
HSL color Cylindrical-coordinate representation of color #705A40: hue angle of 32.5º 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 #705A40 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 64 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.56 |
| HSL | 32.5º | 0.27% | 0.35% | - |
| HSV(B) | 32.5º | 0.43% | 0.44% | - |
| XYZ | 11.26 | 11.13 | 6.4 | - |
| YUV | 93.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 64 | 0 | 0.20 | 0.43 | 0.56 | 32.5 | 0.27 | 0.35 |
| Hex | 70 | 5A | 40 | 0 | 14 | 2B | 38 | 20 | 1B | 23 |
| Octal | 160 | 132 | 100 | 0 | 24 | 53 | 70 | 40 | 33 | 43 |
| Binary | 1110000 | 1011010 | 1000000 | 0 | 10100 | 101011 | 111000 | 100000 | 11011 | 100011 |
Color Harmonies of #705A40
Complementary color
Monochromatic Colors of #705A40
Black with #705A40
Text Example
Text Example
White with #705A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A40; }
p { color: rgb(112,90,64); }
H1.HeaderClassName
{
color: #705A40;
}
.AnyTagClassName
{
color: #705A40;
}
</style>
background-color css
<style>
a { background-color: #705A40; }
a { background-color: rgb(112,90,64); }
div.DivClassName
{
background-color: #705A40;
}
.BgClassName
{
background-color: #705A40;
}
</style>
border-color css
<style>
span { border-color: #705A40; }
span { border-color: rgb(112,90,64); }
td.TdClassName
{
border-color: #705A40;
}
.TagClassName
{
border-color: #705A40;
}
</style>