Shades of Tobacco Brown #715A45
Tints of Tobacco Brown #715A45
RGB
CMYK
RGB Variations
Color information
#715A45 (or 0x715A45) is known color: Tobacco Brown. HEX triplet: 71, 5A and 45. RGB value is (113,90,69). Sum of RGB (Red+Green+Blue) = 113+90+69=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #715A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A45 is #8EA5BA. Grayscale: #5E5E5E. Windows color (decimal): -9348539 or 4545137. OLE color: 4545137.
HSL color Cylindrical-coordinate representation of color #715A45: hue angle of 28.64º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #715A45 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 69 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.56 |
| HSL | 28.64º | 0.24% | 0.36% | - |
| HSV(B) | 28.64º | 0.39% | 0.44% | - |
| XYZ | 11.54 | 11.25 | 7.19 | - |
| YUV | 94.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 69 | 0 | 0.20 | 0.39 | 0.56 | 28.64 | 0.24 | 0.36 |
| Hex | 71 | 5A | 45 | 0 | 14 | 27 | 38 | 1D | 18 | 24 |
| Octal | 161 | 132 | 105 | 0 | 24 | 47 | 70 | 35 | 30 | 44 |
| Binary | 1110001 | 1011010 | 1000101 | 0 | 10100 | 100111 | 111000 | 11101 | 11000 | 100100 |
Color Harmonies of #715A45
Complementary color
Monochromatic Colors of #715A45
Black with #715A45
Text Example
Text Example
White with #715A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A45; }
p { color: rgb(113,90,69); }
H1.HeaderClassName
{
color: #715A45;
}
.AnyTagClassName
{
color: #715A45;
}
</style>
background-color css
<style>
a { background-color: #715A45; }
a { background-color: rgb(113,90,69); }
div.DivClassName
{
background-color: #715A45;
}
.BgClassName
{
background-color: #715A45;
}
</style>
border-color css
<style>
span { border-color: #715A45; }
span { border-color: rgb(113,90,69); }
td.TdClassName
{
border-color: #715A45;
}
.TagClassName
{
border-color: #715A45;
}
</style>