Shades of Tobacco Brown #705A43
Tints of Tobacco Brown #705A43
RGB
CMYK
RGB Variations
Color information
#705A43 (or 0x705A43) is known color: Tobacco Brown. HEX triplet: 70, 5A and 43. RGB value is (112,90,67). Sum of RGB (Red+Green+Blue) = 112+90+67=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #705A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A43 is #8FA5BC. Grayscale: #5E5E5E. Windows color (decimal): -9414077 or 4414064. OLE color: 4414064.
HSL color Cylindrical-coordinate representation of color #705A43: hue angle of 30.67º 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 #705A43 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 67 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.56 |
| HSL | 30.67º | 0.25% | 0.35% | - |
| HSV(B) | 30.67º | 0.4% | 0.44% | - |
| XYZ | 11.35 | 11.16 | 6.87 | - |
| YUV | 93.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 67 | 0 | 0.20 | 0.40 | 0.56 | 30.67 | 0.25 | 0.35 |
| Hex | 70 | 5A | 43 | 0 | 14 | 28 | 38 | 1F | 19 | 23 |
| Octal | 160 | 132 | 103 | 0 | 24 | 50 | 70 | 37 | 31 | 43 |
| Binary | 1110000 | 1011010 | 1000011 | 0 | 10100 | 101000 | 111000 | 11111 | 11001 | 100011 |
Color Harmonies of #705A43
Complementary color
Monochromatic Colors of #705A43
Black with #705A43
Text Example
Text Example
White with #705A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A43; }
p { color: rgb(112,90,67); }
H1.HeaderClassName
{
color: #705A43;
}
.AnyTagClassName
{
color: #705A43;
}
</style>
background-color css
<style>
a { background-color: #705A43; }
a { background-color: rgb(112,90,67); }
div.DivClassName
{
background-color: #705A43;
}
.BgClassName
{
background-color: #705A43;
}
</style>
border-color css
<style>
span { border-color: #705A43; }
span { border-color: rgb(112,90,67); }
td.TdClassName
{
border-color: #705A43;
}
.TagClassName
{
border-color: #705A43;
}
</style>