Shades of Tobacco Brown #785D46
Tints of Tobacco Brown #785D46
RGB
CMYK
RGB Variations
Color information
#785D46 (or 0x785D46) is known color: Tobacco Brown. HEX triplet: 78, 5D and 46. RGB value is (120,93,70). Sum of RGB (Red+Green+Blue) = 120+93+70=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #785D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D46 is #87A2B9. Grayscale: #626262. Windows color (decimal): -8889018 or 4611448. OLE color: 4611448.
HSL color Cylindrical-coordinate representation of color #785D46: hue angle of 27.6º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #785D46 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 70 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.53 |
| HSL | 27.6º | 0.26% | 0.37% | - |
| HSV(B) | 27.6º | 0.42% | 0.47% | - |
| XYZ | 12.77 | 12.26 | 7.49 | - |
| YUV | 98.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 70 | 0 | 0.22 | 0.42 | 0.53 | 27.6 | 0.26 | 0.37 |
| Hex | 78 | 5D | 46 | 0 | 16 | 2A | 35 | 1C | 1A | 25 |
| Octal | 170 | 135 | 106 | 0 | 26 | 52 | 65 | 34 | 32 | 45 |
| Binary | 1111000 | 1011101 | 1000110 | 0 | 10110 | 101010 | 110101 | 11100 | 11010 | 100101 |
Color Harmonies of #785D46
Complementary color
Monochromatic Colors of #785D46
Black with #785D46
Text Example
Text Example
White with #785D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D46; }
p { color: rgb(120,93,70); }
H1.HeaderClassName
{
color: #785D46;
}
.AnyTagClassName
{
color: #785D46;
}
</style>
background-color css
<style>
a { background-color: #785D46; }
a { background-color: rgb(120,93,70); }
div.DivClassName
{
background-color: #785D46;
}
.BgClassName
{
background-color: #785D46;
}
</style>
border-color css
<style>
span { border-color: #785D46; }
span { border-color: rgb(120,93,70); }
td.TdClassName
{
border-color: #785D46;
}
.TagClassName
{
border-color: #785D46;
}
</style>