Shades of Tobacco Brown #725840
Tints of Tobacco Brown #725840
RGB
CMYK
RGB Variations
Color information
#725840 (or 0x725840) is known color: Tobacco Brown. HEX triplet: 72, 58 and 40. RGB value is (114,88,64). Sum of RGB (Red+Green+Blue) = 114+88+64=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #725840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725840 is #8DA7BF. Grayscale: #5D5D5D. Windows color (decimal): -9283520 or 4216946. OLE color: 4216946.
HSL color Cylindrical-coordinate representation of color #725840: hue angle of 28.8º 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 #725840 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 88 | 64 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.55 |
| HSL | 28.8º | 0.28% | 0.35% | - |
| HSV(B) | 28.8º | 0.44% | 0.45% | - |
| XYZ | 11.35 | 10.93 | 6.36 | - |
| YUV | 93.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 64 | 0 | 0.23 | 0.44 | 0.55 | 28.8 | 0.28 | 0.35 |
| Hex | 72 | 58 | 40 | 0 | 17 | 2C | 37 | 1D | 1C | 23 |
| Octal | 162 | 130 | 100 | 0 | 27 | 54 | 67 | 35 | 34 | 43 |
| Binary | 1110010 | 1011000 | 1000000 | 0 | 10111 | 101100 | 110111 | 11101 | 11100 | 100011 |
Color Harmonies of #725840
Complementary color
Monochromatic Colors of #725840
Black with #725840
Text Example
Text Example
White with #725840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725840; }
p { color: rgb(114,88,64); }
H1.HeaderClassName
{
color: #725840;
}
.AnyTagClassName
{
color: #725840;
}
</style>
background-color css
<style>
a { background-color: #725840; }
a { background-color: rgb(114,88,64); }
div.DivClassName
{
background-color: #725840;
}
.BgClassName
{
background-color: #725840;
}
</style>
border-color css
<style>
span { border-color: #725840; }
span { border-color: rgb(114,88,64); }
td.TdClassName
{
border-color: #725840;
}
.TagClassName
{
border-color: #725840;
}
</style>