Shades of Tobacco Brown #705A45
Tints of Tobacco Brown #705A45
RGB
CMYK
RGB Variations
Color information
#705A45 (or 0x705A45) is known color: Tobacco Brown. HEX triplet: 70, 5A and 45. RGB value is (112,90,69). Sum of RGB (Red+Green+Blue) = 112+90+69=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #705A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705A45 is #8FA5BA. Grayscale: #5E5E5E. Windows color (decimal): -9414075 or 4545136. OLE color: 4545136.
HSL color Cylindrical-coordinate representation of color #705A45: hue angle of 29.3º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #705A45 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 69 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.56 |
| HSL | 29.3º | 0.24% | 0.35% | - |
| HSV(B) | 29.3º | 0.38% | 0.44% | - |
| XYZ | 11.41 | 11.19 | 7.19 | - |
| YUV | 94.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 69 | 0 | 0.20 | 0.38 | 0.56 | 29.3 | 0.24 | 0.35 |
| Hex | 70 | 5A | 45 | 0 | 14 | 26 | 38 | 1D | 18 | 23 |
| Octal | 160 | 132 | 105 | 0 | 24 | 46 | 70 | 35 | 30 | 43 |
| Binary | 1110000 | 1011010 | 1000101 | 0 | 10100 | 100110 | 111000 | 11101 | 11000 | 100011 |
Color Harmonies of #705A45
Complementary color
Monochromatic Colors of #705A45
Black with #705A45
Text Example
Text Example
White with #705A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A45; }
p { color: rgb(112,90,69); }
H1.HeaderClassName
{
color: #705A45;
}
.AnyTagClassName
{
color: #705A45;
}
</style>
background-color css
<style>
a { background-color: #705A45; }
a { background-color: rgb(112,90,69); }
div.DivClassName
{
background-color: #705A45;
}
.BgClassName
{
background-color: #705A45;
}
</style>
border-color css
<style>
span { border-color: #705A45; }
span { border-color: rgb(112,90,69); }
td.TdClassName
{
border-color: #705A45;
}
.TagClassName
{
border-color: #705A45;
}
</style>