Shades of Tobacco Brown #715B46
Tints of Tobacco Brown #715B46
RGB
CMYK
RGB Variations
Color information
#715B46 (or 0x715B46) is known color: Tobacco Brown. HEX triplet: 71, 5B and 46. RGB value is (113,91,70). Sum of RGB (Red+Green+Blue) = 113+91+70=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #715B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715B46 is #8EA4B9. Grayscale: #5F5F5F. Windows color (decimal): -9348282 or 4610929. OLE color: 4610929.
HSL color Cylindrical-coordinate representation of color #715B46: hue angle of 29.3º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #715B46 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 91 | 70 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.56 |
| HSL | 29.3º | 0.23% | 0.36% | - |
| HSV(B) | 29.3º | 0.38% | 0.44% | - |
| XYZ | 11.66 | 11.44 | 7.39 | - |
| YUV | 95.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 91 | 70 | 0 | 0.19 | 0.38 | 0.56 | 29.3 | 0.23 | 0.36 |
| Hex | 71 | 5B | 46 | 0 | 13 | 26 | 38 | 1D | 17 | 24 |
| Octal | 161 | 133 | 106 | 0 | 23 | 46 | 70 | 35 | 27 | 44 |
| Binary | 1110001 | 1011011 | 1000110 | 0 | 10011 | 100110 | 111000 | 11101 | 10111 | 100100 |
Color Harmonies of #715B46
Complementary color
Monochromatic Colors of #715B46
Black with #715B46
Text Example
Text Example
White with #715B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715B46; }
p { color: rgb(113,91,70); }
H1.HeaderClassName
{
color: #715B46;
}
.AnyTagClassName
{
color: #715B46;
}
</style>
background-color css
<style>
a { background-color: #715B46; }
a { background-color: rgb(113,91,70); }
div.DivClassName
{
background-color: #715B46;
}
.BgClassName
{
background-color: #715B46;
}
</style>
border-color css
<style>
span { border-color: #715B46; }
span { border-color: rgb(113,91,70); }
td.TdClassName
{
border-color: #715B46;
}
.TagClassName
{
border-color: #715B46;
}
</style>