Shades of Tobacco Brown #71563D
Tints of Tobacco Brown #71563D
RGB
CMYK
RGB Variations
Color information
#71563D (or 0x71563D) is known color: Tobacco Brown. HEX triplet: 71, 56 and 3D. RGB value is (113,86,61). Sum of RGB (Red+Green+Blue) = 113+86+61=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #71563D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71563D is #8EA9C2. Grayscale: #5B5B5B. Windows color (decimal): -9349571 or 4019825. OLE color: 4019825.
HSL color Cylindrical-coordinate representation of color #71563D: hue angle of 28.85º 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 #71563D is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 86 | 61 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.56 |
| HSL | 28.85º | 0.3% | 0.34% | - |
| HSV(B) | 28.85º | 0.46% | 0.44% | - |
| XYZ | 10.98 | 10.5 | 5.86 | - |
| YUV | 91.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 86 | 61 | 0 | 0.24 | 0.46 | 0.56 | 28.85 | 0.3 | 0.34 |
| Hex | 71 | 56 | 3D | 0 | 18 | 2E | 38 | 1D | 1E | 22 |
| Octal | 161 | 126 | 75 | 0 | 30 | 56 | 70 | 35 | 36 | 42 |
| Binary | 1110001 | 1010110 | 111101 | 0 | 11000 | 101110 | 111000 | 11101 | 11110 | 100010 |
Color Harmonies of #71563D
Complementary color
Monochromatic Colors of #71563D
Black with #71563D
Text Example
Text Example
White with #71563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71563D; }
p { color: rgb(113,86,61); }
H1.HeaderClassName
{
color: #71563D;
}
.AnyTagClassName
{
color: #71563D;
}
</style>
background-color css
<style>
a { background-color: #71563D; }
a { background-color: rgb(113,86,61); }
div.DivClassName
{
background-color: #71563D;
}
.BgClassName
{
background-color: #71563D;
}
</style>
border-color css
<style>
span { border-color: #71563D; }
span { border-color: rgb(113,86,61); }
td.TdClassName
{
border-color: #71563D;
}
.TagClassName
{
border-color: #71563D;
}
</style>