Shades of Tobacco Brown #705A3F
Tints of Tobacco Brown #705A3F
RGB
CMYK
RGB Variations
Color information
#705A3F (or 0x705A3F) is known color: Tobacco Brown. HEX triplet: 70, 5A and 3F. RGB value is (112,90,63). Sum of RGB (Red+Green+Blue) = 112+90+63=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #705A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A3F is #8FA5C0. Grayscale: #5D5D5D. Windows color (decimal): -9414081 or 4151920. OLE color: 4151920.
HSL color Cylindrical-coordinate representation of color #705A3F: hue angle of 33.06º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #705A3F is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 63 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.56 |
| HSL | 33.06º | 0.28% | 0.34% | - |
| HSV(B) | 33.06º | 0.44% | 0.44% | - |
| XYZ | 11.24 | 11.12 | 6.26 | - |
| YUV | 93.5 | 110.79 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 63 | 0 | 0.20 | 0.44 | 0.56 | 33.06 | 0.28 | 0.34 |
| Hex | 70 | 5A | 3F | 0 | 14 | 2C | 38 | 21 | 1C | 22 |
| Octal | 160 | 132 | 77 | 0 | 24 | 54 | 70 | 41 | 34 | 42 |
| Binary | 1110000 | 1011010 | 111111 | 0 | 10100 | 101100 | 111000 | 100001 | 11100 | 100010 |
Color Harmonies of #705A3F
Complementary color
Monochromatic Colors of #705A3F
Black with #705A3F
Text Example
Text Example
White with #705A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A3F; }
p { color: rgb(112,90,63); }
H1.HeaderClassName
{
color: #705A3F;
}
.AnyTagClassName
{
color: #705A3F;
}
</style>
background-color css
<style>
a { background-color: #705A3F; }
a { background-color: rgb(112,90,63); }
div.DivClassName
{
background-color: #705A3F;
}
.BgClassName
{
background-color: #705A3F;
}
</style>
border-color css
<style>
span { border-color: #705A3F; }
span { border-color: rgb(112,90,63); }
td.TdClassName
{
border-color: #705A3F;
}
.TagClassName
{
border-color: #705A3F;
}
</style>