Shades of Tobacco Brown #715E47
Tints of Tobacco Brown #715E47
RGB
CMYK
RGB Variations
Color information
#715E47 (or 0x715E47) is known color: Tobacco Brown. HEX triplet: 71, 5E and 47. RGB value is (113,94,71). Sum of RGB (Red+Green+Blue) = 113+94+71=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #715E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E47 is #8EA1B8. Grayscale: #616161. Windows color (decimal): -9347513 or 4677233. OLE color: 4677233.
HSL color Cylindrical-coordinate representation of color #715E47: hue angle of 32.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #715E47 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 94 | 71 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.56 |
| HSL | 32.86º | 0.23% | 0.36% | - |
| HSV(B) | 32.86º | 0.37% | 0.44% | - |
| XYZ | 11.95 | 11.97 | 7.64 | - |
| YUV | 97.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 71 | 0 | 0.17 | 0.37 | 0.56 | 32.86 | 0.23 | 0.36 |
| Hex | 71 | 5E | 47 | 0 | 11 | 25 | 38 | 21 | 17 | 24 |
| Octal | 161 | 136 | 107 | 0 | 21 | 45 | 70 | 41 | 27 | 44 |
| Binary | 1110001 | 1011110 | 1000111 | 0 | 10001 | 100101 | 111000 | 100001 | 10111 | 100100 |
Color Harmonies of #715E47
Complementary color
Monochromatic Colors of #715E47
Black with #715E47
Text Example
Text Example
White with #715E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715E47; }
p { color: rgb(113,94,71); }
H1.HeaderClassName
{
color: #715E47;
}
.AnyTagClassName
{
color: #715E47;
}
</style>
background-color css
<style>
a { background-color: #715E47; }
a { background-color: rgb(113,94,71); }
div.DivClassName
{
background-color: #715E47;
}
.BgClassName
{
background-color: #715E47;
}
</style>
border-color css
<style>
span { border-color: #715E47; }
span { border-color: rgb(113,94,71); }
td.TdClassName
{
border-color: #715E47;
}
.TagClassName
{
border-color: #715E47;
}
</style>