Shades of Tobacco Brown #715D40
Tints of Tobacco Brown #715D40
RGB
CMYK
RGB Variations
Color information
#715D40 (or 0x715D40) is known color: Tobacco Brown. HEX triplet: 71, 5D and 40. RGB value is (113,93,64). Sum of RGB (Red+Green+Blue) = 113+93+64=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #715D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715D40 is #8EA2BF. Grayscale: #5F5F5F. Windows color (decimal): -9347776 or 4218225. OLE color: 4218225.
HSL color Cylindrical-coordinate representation of color #715D40: hue angle of 35.51º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #715D40 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 93 | 64 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.56 |
| HSL | 35.51º | 0.28% | 0.35% | - |
| HSV(B) | 35.51º | 0.43% | 0.44% | - |
| XYZ | 11.65 | 11.71 | 6.5 | - |
| YUV | 95.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 93 | 64 | 0 | 0.18 | 0.43 | 0.56 | 35.51 | 0.28 | 0.35 |
| Hex | 71 | 5D | 40 | 0 | 12 | 2B | 38 | 24 | 1C | 23 |
| Octal | 161 | 135 | 100 | 0 | 22 | 53 | 70 | 44 | 34 | 43 |
| Binary | 1110001 | 1011101 | 1000000 | 0 | 10010 | 101011 | 111000 | 100100 | 11100 | 100011 |
Color Harmonies of #715D40
Complementary color
Monochromatic Colors of #715D40
Black with #715D40
Text Example
Text Example
White with #715D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715D40; }
p { color: rgb(113,93,64); }
H1.HeaderClassName
{
color: #715D40;
}
.AnyTagClassName
{
color: #715D40;
}
</style>
background-color css
<style>
a { background-color: #715D40; }
a { background-color: rgb(113,93,64); }
div.DivClassName
{
background-color: #715D40;
}
.BgClassName
{
background-color: #715D40;
}
</style>
border-color css
<style>
span { border-color: #715D40; }
span { border-color: rgb(113,93,64); }
td.TdClassName
{
border-color: #715D40;
}
.TagClassName
{
border-color: #715D40;
}
</style>