Shades of Tobacco Brown #725B40
Tints of Tobacco Brown #725B40
RGB
CMYK
RGB Variations
Color information
#725B40 (or 0x725B40) is known color: Tobacco Brown. HEX triplet: 72, 5B and 40. RGB value is (114,91,64). Sum of RGB (Red+Green+Blue) = 114+91+64=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #725B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725B40 is #8DA4BF. Grayscale: #5E5E5E. Windows color (decimal): -9282752 or 4217714. OLE color: 4217714.
HSL color Cylindrical-coordinate representation of color #725B40: hue angle of 32.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #725B40 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 91 | 64 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.55 |
| HSL | 32.4º | 0.28% | 0.35% | - |
| HSV(B) | 32.4º | 0.44% | 0.45% | - |
| XYZ | 11.61 | 11.43 | 6.44 | - |
| YUV | 94.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 64 | 0 | 0.20 | 0.44 | 0.55 | 32.4 | 0.28 | 0.35 |
| Hex | 72 | 5B | 40 | 0 | 14 | 2C | 37 | 20 | 1C | 23 |
| Octal | 162 | 133 | 100 | 0 | 24 | 54 | 67 | 40 | 34 | 43 |
| Binary | 1110010 | 1011011 | 1000000 | 0 | 10100 | 101100 | 110111 | 100000 | 11100 | 100011 |
Color Harmonies of #725B40
Complementary color
Monochromatic Colors of #725B40
Black with #725B40
Text Example
Text Example
White with #725B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725B40; }
p { color: rgb(114,91,64); }
H1.HeaderClassName
{
color: #725B40;
}
.AnyTagClassName
{
color: #725B40;
}
</style>
background-color css
<style>
a { background-color: #725B40; }
a { background-color: rgb(114,91,64); }
div.DivClassName
{
background-color: #725B40;
}
.BgClassName
{
background-color: #725B40;
}
</style>
border-color css
<style>
span { border-color: #725B40; }
span { border-color: rgb(114,91,64); }
td.TdClassName
{
border-color: #725B40;
}
.TagClassName
{
border-color: #725B40;
}
</style>