Shades of Tobacco Brown #715B40
Tints of Tobacco Brown #715B40
RGB
CMYK
RGB Variations
Color information
#715B40 (or 0x715B40) is known color: Tobacco Brown. HEX triplet: 71, 5B and 40. RGB value is (113,91,64). Sum of RGB (Red+Green+Blue) = 113+91+64=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #715B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715B40 is #8EA4BF. Grayscale: #5E5E5E. Windows color (decimal): -9348288 or 4217713. OLE color: 4217713.
HSL color Cylindrical-coordinate representation of color #715B40: hue angle of 33.06º 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 #715B40 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 91 | 64 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.56 |
| HSL | 33.06º | 0.28% | 0.35% | - |
| HSV(B) | 33.06º | 0.43% | 0.44% | - |
| XYZ | 11.48 | 11.36 | 6.44 | - |
| YUV | 94.5 | 110.79 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 64 | 0 | 0.19 | 0.43 | 0.56 | 33.06 | 0.28 | 0.35 |
| Hex | 71 | 5B | 40 | 0 | 13 | 2B | 38 | 21 | 1C | 23 |
| Octal | 161 | 133 | 100 | 0 | 23 | 53 | 70 | 41 | 34 | 43 |
| Binary | 1110001 | 1011011 | 1000000 | 0 | 10011 | 101011 | 111000 | 100001 | 11100 | 100011 |
Color Harmonies of #715B40
Complementary color
Monochromatic Colors of #715B40
Black with #715B40
Text Example
Text Example
White with #715B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715B40; }
p { color: rgb(113,91,64); }
H1.HeaderClassName
{
color: #715B40;
}
.AnyTagClassName
{
color: #715B40;
}
</style>
background-color css
<style>
a { background-color: #715B40; }
a { background-color: rgb(113,91,64); }
div.DivClassName
{
background-color: #715B40;
}
.BgClassName
{
background-color: #715B40;
}
</style>
border-color css
<style>
span { border-color: #715B40; }
span { border-color: rgb(113,91,64); }
td.TdClassName
{
border-color: #715B40;
}
.TagClassName
{
border-color: #715B40;
}
</style>