Shades of Tobacco Brown #70553D
Tints of Tobacco Brown #70553D
RGB
CMYK
RGB Variations
Color information
#70553D (or 0x70553D) is known color: Tobacco Brown. HEX triplet: 70, 55 and 3D. RGB value is (112,85,61). Sum of RGB (Red+Green+Blue) = 112+85+61=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #70553D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70553D is #8FAAC2. Grayscale: #5A5A5A. Windows color (decimal): -9415363 or 4019568. OLE color: 4019568.
HSL color Cylindrical-coordinate representation of color #70553D: hue angle of 28.24º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70553D is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 85 | 61 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.56 |
| HSL | 28.24º | 0.29% | 0.34% | - |
| HSV(B) | 28.24º | 0.46% | 0.44% | - |
| XYZ | 10.77 | 10.28 | 5.83 | - |
| YUV | 90.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 61 | 0 | 0.24 | 0.46 | 0.56 | 28.24 | 0.29 | 0.34 |
| Hex | 70 | 55 | 3D | 0 | 18 | 2E | 38 | 1C | 1D | 22 |
| Octal | 160 | 125 | 75 | 0 | 30 | 56 | 70 | 34 | 35 | 42 |
| Binary | 1110000 | 1010101 | 111101 | 0 | 11000 | 101110 | 111000 | 11100 | 11101 | 100010 |
Color Harmonies of #70553D
Complementary color
Monochromatic Colors of #70553D
Black with #70553D
Text Example
Text Example
White with #70553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70553D; }
p { color: rgb(112,85,61); }
H1.HeaderClassName
{
color: #70553D;
}
.AnyTagClassName
{
color: #70553D;
}
</style>
background-color css
<style>
a { background-color: #70553D; }
a { background-color: rgb(112,85,61); }
div.DivClassName
{
background-color: #70553D;
}
.BgClassName
{
background-color: #70553D;
}
</style>
border-color css
<style>
span { border-color: #70553D; }
span { border-color: rgb(112,85,61); }
td.TdClassName
{
border-color: #70553D;
}
.TagClassName
{
border-color: #70553D;
}
</style>