Shades of Tobacco Brown #71553E
Tints of Tobacco Brown #71553E
RGB
CMYK
RGB Variations
Color information
#71553E (or 0x71553E) is known color: Tobacco Brown. HEX triplet: 71, 55 and 3E. RGB value is (113,85,62). Sum of RGB (Red+Green+Blue) = 113+85+62=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #71553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71553E is #8EAAC1. Grayscale: #5A5A5A. Windows color (decimal): -9349826 or 4085105. OLE color: 4085105.
HSL color Cylindrical-coordinate representation of color #71553E: hue angle of 27.06º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71553E is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 85 | 62 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.56 |
| HSL | 27.06º | 0.29% | 0.34% | - |
| HSV(B) | 27.06º | 0.45% | 0.44% | - |
| XYZ | 10.93 | 10.36 | 5.98 | - |
| YUV | 90.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 85 | 62 | 0 | 0.25 | 0.45 | 0.56 | 27.06 | 0.29 | 0.34 |
| Hex | 71 | 55 | 3E | 0 | 19 | 2D | 38 | 1B | 1D | 22 |
| Octal | 161 | 125 | 76 | 0 | 31 | 55 | 70 | 33 | 35 | 42 |
| Binary | 1110001 | 1010101 | 111110 | 0 | 11001 | 101101 | 111000 | 11011 | 11101 | 100010 |
Color Harmonies of #71553E
Complementary color
Monochromatic Colors of #71553E
Black with #71553E
Text Example
Text Example
White with #71553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71553E; }
p { color: rgb(113,85,62); }
H1.HeaderClassName
{
color: #71553E;
}
.AnyTagClassName
{
color: #71553E;
}
</style>
background-color css
<style>
a { background-color: #71553E; }
a { background-color: rgb(113,85,62); }
div.DivClassName
{
background-color: #71553E;
}
.BgClassName
{
background-color: #71553E;
}
</style>
border-color css
<style>
span { border-color: #71553E; }
span { border-color: rgb(113,85,62); }
td.TdClassName
{
border-color: #71553E;
}
.TagClassName
{
border-color: #71553E;
}
</style>