Shades of Tobacco Brown #71553D
Tints of Tobacco Brown #71553D
RGB
CMYK
RGB Variations
Color information
#71553D (or 0x71553D) is known color: Tobacco Brown. HEX triplet: 71, 55 and 3D. RGB value is (113,85,61). Sum of RGB (Red+Green+Blue) = 113+85+61=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #71553D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71553D is #8EAAC2. Grayscale: #5A5A5A. Windows color (decimal): -9349827 or 4019569. OLE color: 4019569.
HSL color Cylindrical-coordinate representation of color #71553D: hue angle of 27.69º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71553D is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 85 | 61 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.56 |
| HSL | 27.69º | 0.3% | 0.34% | - |
| HSV(B) | 27.69º | 0.46% | 0.44% | - |
| XYZ | 10.9 | 10.34 | 5.84 | - |
| YUV | 90.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 85 | 61 | 0 | 0.25 | 0.46 | 0.56 | 27.69 | 0.3 | 0.34 |
| Hex | 71 | 55 | 3D | 0 | 19 | 2E | 38 | 1C | 1E | 22 |
| Octal | 161 | 125 | 75 | 0 | 31 | 56 | 70 | 34 | 36 | 42 |
| Binary | 1110001 | 1010101 | 111101 | 0 | 11001 | 101110 | 111000 | 11100 | 11110 | 100010 |
Color Harmonies of #71553D
Complementary color
Monochromatic Colors of #71553D
Black with #71553D
Text Example
Text Example
White with #71553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71553D; }
p { color: rgb(113,85,61); }
H1.HeaderClassName
{
color: #71553D;
}
.AnyTagClassName
{
color: #71553D;
}
</style>
background-color css
<style>
a { background-color: #71553D; }
a { background-color: rgb(113,85,61); }
div.DivClassName
{
background-color: #71553D;
}
.BgClassName
{
background-color: #71553D;
}
</style>
border-color css
<style>
span { border-color: #71553D; }
span { border-color: rgb(113,85,61); }
td.TdClassName
{
border-color: #71553D;
}
.TagClassName
{
border-color: #71553D;
}
</style>