Shades of Tobacco Brown #71583D
Tints of Tobacco Brown #71583D
RGB
CMYK
RGB Variations
Color information
#71583D (or 0x71583D) is known color: Tobacco Brown. HEX triplet: 71, 58 and 3D. RGB value is (113,88,61). Sum of RGB (Red+Green+Blue) = 113+88+61=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #71583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71583D is #8EA7C2. Grayscale: #5C5C5C. Windows color (decimal): -9349059 or 4020337. OLE color: 4020337.
HSL color Cylindrical-coordinate representation of color #71583D: hue angle of 31.15º 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 #71583D is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 88 | 61 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.56 |
| HSL | 31.15º | 0.3% | 0.34% | - |
| HSV(B) | 31.15º | 0.46% | 0.44% | - |
| XYZ | 11.14 | 10.83 | 5.92 | - |
| YUV | 92.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 88 | 61 | 0 | 0.22 | 0.46 | 0.56 | 31.15 | 0.3 | 0.34 |
| Hex | 71 | 58 | 3D | 0 | 16 | 2E | 38 | 1F | 1E | 22 |
| Octal | 161 | 130 | 75 | 0 | 26 | 56 | 70 | 37 | 36 | 42 |
| Binary | 1110001 | 1011000 | 111101 | 0 | 10110 | 101110 | 111000 | 11111 | 11110 | 100010 |
Color Harmonies of #71583D
Complementary color
Monochromatic Colors of #71583D
Black with #71583D
Text Example
Text Example
White with #71583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71583D; }
p { color: rgb(113,88,61); }
H1.HeaderClassName
{
color: #71583D;
}
.AnyTagClassName
{
color: #71583D;
}
</style>
background-color css
<style>
a { background-color: #71583D; }
a { background-color: rgb(113,88,61); }
div.DivClassName
{
background-color: #71583D;
}
.BgClassName
{
background-color: #71583D;
}
</style>
border-color css
<style>
span { border-color: #71583D; }
span { border-color: rgb(113,88,61); }
td.TdClassName
{
border-color: #71583D;
}
.TagClassName
{
border-color: #71583D;
}
</style>