Shades of Tobacco Brown #715B47
Tints of Tobacco Brown #715B47
RGB
CMYK
RGB Variations
Color information
#715B47 (or 0x715B47) is known color: Tobacco Brown. HEX triplet: 71, 5B and 47. RGB value is (113,91,71). Sum of RGB (Red+Green+Blue) = 113+91+71=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #715B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715B47 is #8EA4B8. Grayscale: #5F5F5F. Windows color (decimal): -9348281 or 4676465. OLE color: 4676465.
HSL color Cylindrical-coordinate representation of color #715B47: hue angle of 28.57º 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 #715B47 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 91 | 71 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.56 |
| HSL | 28.57º | 0.23% | 0.36% | - |
| HSV(B) | 28.57º | 0.37% | 0.44% | - |
| XYZ | 11.69 | 11.45 | 7.55 | - |
| YUV | 95.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 71 | 0 | 0.19 | 0.37 | 0.56 | 28.57 | 0.23 | 0.36 |
| Hex | 71 | 5B | 47 | 0 | 13 | 25 | 38 | 1D | 17 | 24 |
| Octal | 161 | 133 | 107 | 0 | 23 | 45 | 70 | 35 | 27 | 44 |
| Binary | 1110001 | 1011011 | 1000111 | 0 | 10011 | 100101 | 111000 | 11101 | 10111 | 100100 |
Color Harmonies of #715B47
Complementary color
Monochromatic Colors of #715B47
Black with #715B47
Text Example
Text Example
White with #715B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715B47; }
p { color: rgb(113,91,71); }
H1.HeaderClassName
{
color: #715B47;
}
.AnyTagClassName
{
color: #715B47;
}
</style>
background-color css
<style>
a { background-color: #715B47; }
a { background-color: rgb(113,91,71); }
div.DivClassName
{
background-color: #715B47;
}
.BgClassName
{
background-color: #715B47;
}
</style>
border-color css
<style>
span { border-color: #715B47; }
span { border-color: rgb(113,91,71); }
td.TdClassName
{
border-color: #715B47;
}
.TagClassName
{
border-color: #715B47;
}
</style>