Shades of Tobacco Brown #71583F
Tints of Tobacco Brown #71583F
RGB
CMYK
RGB Variations
Color information
#71583F (or 0x71583F) is known color: Tobacco Brown. HEX triplet: 71, 58 and 3F. RGB value is (113,88,63). Sum of RGB (Red+Green+Blue) = 113+88+63=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #71583F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71583F is #8EA7C0. Grayscale: #5C5C5C. Windows color (decimal): -9349057 or 4151409. OLE color: 4151409.
HSL color Cylindrical-coordinate representation of color #71583F: hue angle of 30º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71583F is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 88 | 63 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.56 |
| HSL | 30º | 0.28% | 0.35% | - |
| HSV(B) | 30º | 0.44% | 0.44% | - |
| XYZ | 11.2 | 10.85 | 6.21 | - |
| YUV | 92.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 88 | 63 | 0 | 0.22 | 0.44 | 0.56 | 30 | 0.28 | 0.35 |
| Hex | 71 | 58 | 3F | 0 | 16 | 2C | 38 | 1E | 1C | 23 |
| Octal | 161 | 130 | 77 | 0 | 26 | 54 | 70 | 36 | 34 | 43 |
| Binary | 1110001 | 1011000 | 111111 | 0 | 10110 | 101100 | 111000 | 11110 | 11100 | 100011 |
Color Harmonies of #71583F
Complementary color
Monochromatic Colors of #71583F
Black with #71583F
Text Example
Text Example
White with #71583F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71583F; }
p { color: rgb(113,88,63); }
H1.HeaderClassName
{
color: #71583F;
}
.AnyTagClassName
{
color: #71583F;
}
</style>
background-color css
<style>
a { background-color: #71583F; }
a { background-color: rgb(113,88,63); }
div.DivClassName
{
background-color: #71583F;
}
.BgClassName
{
background-color: #71583F;
}
</style>
border-color css
<style>
span { border-color: #71583F; }
span { border-color: rgb(113,88,63); }
td.TdClassName
{
border-color: #71583F;
}
.TagClassName
{
border-color: #71583F;
}
</style>