Shades of Tobacco Brown #705C40
Tints of Tobacco Brown #705C40
RGB
CMYK
RGB Variations
Color information
#705C40 (or 0x705C40) is known color: Tobacco Brown. HEX triplet: 70, 5C and 40. RGB value is (112,92,64). Sum of RGB (Red+Green+Blue) = 112+92+64=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #705C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705C40 is #8FA3BF. Grayscale: #5E5E5E. Windows color (decimal): -9413568 or 4217968. OLE color: 4217968.
HSL color Cylindrical-coordinate representation of color #705C40: hue angle of 35º 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 #705C40 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 92 | 64 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.56 |
| HSL | 35º | 0.27% | 0.35% | - |
| HSV(B) | 35º | 0.43% | 0.44% | - |
| XYZ | 11.43 | 11.47 | 6.46 | - |
| YUV | 94.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 64 | 0 | 0.18 | 0.43 | 0.56 | 35 | 0.27 | 0.35 |
| Hex | 70 | 5C | 40 | 0 | 12 | 2B | 38 | 23 | 1B | 23 |
| Octal | 160 | 134 | 100 | 0 | 22 | 53 | 70 | 43 | 33 | 43 |
| Binary | 1110000 | 1011100 | 1000000 | 0 | 10010 | 101011 | 111000 | 100011 | 11011 | 100011 |
Color Harmonies of #705C40
Complementary color
Monochromatic Colors of #705C40
Black with #705C40
Text Example
Text Example
White with #705C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C40; }
p { color: rgb(112,92,64); }
H1.HeaderClassName
{
color: #705C40;
}
.AnyTagClassName
{
color: #705C40;
}
</style>
background-color css
<style>
a { background-color: #705C40; }
a { background-color: rgb(112,92,64); }
div.DivClassName
{
background-color: #705C40;
}
.BgClassName
{
background-color: #705C40;
}
</style>
border-color css
<style>
span { border-color: #705C40; }
span { border-color: rgb(112,92,64); }
td.TdClassName
{
border-color: #705C40;
}
.TagClassName
{
border-color: #705C40;
}
</style>