Shades of Tobacco Brown #715A40
Tints of Tobacco Brown #715A40
RGB
CMYK
RGB Variations
Color information
#715A40 (or 0x715A40) is known color: Tobacco Brown. HEX triplet: 71, 5A and 40. RGB value is (113,90,64). Sum of RGB (Red+Green+Blue) = 113+90+64=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #715A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A40 is #8EA5BF. Grayscale: #5E5E5E. Windows color (decimal): -9348544 or 4217457. OLE color: 4217457.
HSL color Cylindrical-coordinate representation of color #715A40: hue angle of 31.84º 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 #715A40 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 64 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.56 |
| HSL | 31.84º | 0.28% | 0.35% | - |
| HSV(B) | 31.84º | 0.43% | 0.44% | - |
| XYZ | 11.39 | 11.19 | 6.41 | - |
| YUV | 93.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 64 | 0 | 0.20 | 0.43 | 0.56 | 31.84 | 0.28 | 0.35 |
| Hex | 71 | 5A | 40 | 0 | 14 | 2B | 38 | 20 | 1C | 23 |
| Octal | 161 | 132 | 100 | 0 | 24 | 53 | 70 | 40 | 34 | 43 |
| Binary | 1110001 | 1011010 | 1000000 | 0 | 10100 | 101011 | 111000 | 100000 | 11100 | 100011 |
Color Harmonies of #715A40
Complementary color
Monochromatic Colors of #715A40
Black with #715A40
Text Example
Text Example
White with #715A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A40; }
p { color: rgb(113,90,64); }
H1.HeaderClassName
{
color: #715A40;
}
.AnyTagClassName
{
color: #715A40;
}
</style>
background-color css
<style>
a { background-color: #715A40; }
a { background-color: rgb(113,90,64); }
div.DivClassName
{
background-color: #715A40;
}
.BgClassName
{
background-color: #715A40;
}
</style>
border-color css
<style>
span { border-color: #715A40; }
span { border-color: rgb(113,90,64); }
td.TdClassName
{
border-color: #715A40;
}
.TagClassName
{
border-color: #715A40;
}
</style>