Shades of Tobacco Brown #715A41
Tints of Tobacco Brown #715A41
RGB
CMYK
RGB Variations
Color information
#715A41 (or 0x715A41) is known color: Tobacco Brown. HEX triplet: 71, 5A and 41. RGB value is (113,90,65). Sum of RGB (Red+Green+Blue) = 113+90+65=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #715A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715A41 is #8EA5BE. Grayscale: #5E5E5E. Windows color (decimal): -9348543 or 4282993. OLE color: 4282993.
HSL color Cylindrical-coordinate representation of color #715A41: hue angle of 31.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #715A41 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 90 | 65 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.56 |
| HSL | 31.25º | 0.27% | 0.35% | - |
| HSV(B) | 31.25º | 0.42% | 0.44% | - |
| XYZ | 11.42 | 11.2 | 6.56 | - |
| YUV | 94.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 65 | 0 | 0.20 | 0.42 | 0.56 | 31.25 | 0.27 | 0.35 |
| Hex | 71 | 5A | 41 | 0 | 14 | 2A | 38 | 1F | 1B | 23 |
| Octal | 161 | 132 | 101 | 0 | 24 | 52 | 70 | 37 | 33 | 43 |
| Binary | 1110001 | 1011010 | 1000001 | 0 | 10100 | 101010 | 111000 | 11111 | 11011 | 100011 |
Color Harmonies of #715A41
Complementary color
Monochromatic Colors of #715A41
Black with #715A41
Text Example
Text Example
White with #715A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715A41; }
p { color: rgb(113,90,65); }
H1.HeaderClassName
{
color: #715A41;
}
.AnyTagClassName
{
color: #715A41;
}
</style>
background-color css
<style>
a { background-color: #715A41; }
a { background-color: rgb(113,90,65); }
div.DivClassName
{
background-color: #715A41;
}
.BgClassName
{
background-color: #715A41;
}
</style>
border-color css
<style>
span { border-color: #715A41; }
span { border-color: rgb(113,90,65); }
td.TdClassName
{
border-color: #715A41;
}
.TagClassName
{
border-color: #715A41;
}
</style>