Shades of Tobacco Brown #715A47
Tints of Tobacco Brown #715A47
RGB
CMYK
RGB Variations
Color information
#715A47 (or 0x715A47) is known color: Tobacco Brown. HEX triplet: 71, 5A and 47. RGB value is (113,90,71). Sum of RGB (Red+Green+Blue) = 113+90+71=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #715A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A47 is #8EA5B8. Grayscale: #5E5E5E. Windows color (decimal): -9348537 or 4676209. OLE color: 4676209.
HSL color Cylindrical-coordinate representation of color #715A47: hue angle of 27.14º 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 #715A47 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 71 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.56 |
| HSL | 27.14º | 0.23% | 0.36% | - |
| HSV(B) | 27.14º | 0.37% | 0.44% | - |
| XYZ | 11.6 | 11.28 | 7.53 | - |
| YUV | 94.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 71 | 0 | 0.20 | 0.37 | 0.56 | 27.14 | 0.23 | 0.36 |
| Hex | 71 | 5A | 47 | 0 | 14 | 25 | 38 | 1B | 17 | 24 |
| Octal | 161 | 132 | 107 | 0 | 24 | 45 | 70 | 33 | 27 | 44 |
| Binary | 1110001 | 1011010 | 1000111 | 0 | 10100 | 100101 | 111000 | 11011 | 10111 | 100100 |
Color Harmonies of #715A47
Complementary color
Monochromatic Colors of #715A47
Black with #715A47
Text Example
Text Example
White with #715A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A47; }
p { color: rgb(113,90,71); }
H1.HeaderClassName
{
color: #715A47;
}
.AnyTagClassName
{
color: #715A47;
}
</style>
background-color css
<style>
a { background-color: #715A47; }
a { background-color: rgb(113,90,71); }
div.DivClassName
{
background-color: #715A47;
}
.BgClassName
{
background-color: #715A47;
}
</style>
border-color css
<style>
span { border-color: #715A47; }
span { border-color: rgb(113,90,71); }
td.TdClassName
{
border-color: #715A47;
}
.TagClassName
{
border-color: #715A47;
}
</style>