Shades of Tobacco Brown #725842
Tints of Tobacco Brown #725842
RGB
CMYK
RGB Variations
Color information
#725842 (or 0x725842) is known color: Tobacco Brown. HEX triplet: 72, 58 and 42. RGB value is (114,88,66). Sum of RGB (Red+Green+Blue) = 114+88+66=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #725842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725842 is #8DA7BD. Grayscale: #5D5D5D. Windows color (decimal): -9283518 or 4348018. OLE color: 4348018.
HSL color Cylindrical-coordinate representation of color #725842: hue angle of 27.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #725842 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 88 | 66 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.55 |
| HSL | 27.5º | 0.27% | 0.35% | - |
| HSV(B) | 27.5º | 0.42% | 0.45% | - |
| XYZ | 11.41 | 10.95 | 6.67 | - |
| YUV | 93.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 66 | 0 | 0.23 | 0.42 | 0.55 | 27.5 | 0.27 | 0.35 |
| Hex | 72 | 58 | 42 | 0 | 17 | 2A | 37 | 1C | 1B | 23 |
| Octal | 162 | 130 | 102 | 0 | 27 | 52 | 67 | 34 | 33 | 43 |
| Binary | 1110010 | 1011000 | 1000010 | 0 | 10111 | 101010 | 110111 | 11100 | 11011 | 100011 |
Color Harmonies of #725842
Complementary color
Monochromatic Colors of #725842
Black with #725842
Text Example
Text Example
White with #725842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725842; }
p { color: rgb(114,88,66); }
H1.HeaderClassName
{
color: #725842;
}
.AnyTagClassName
{
color: #725842;
}
</style>
background-color css
<style>
a { background-color: #725842; }
a { background-color: rgb(114,88,66); }
div.DivClassName
{
background-color: #725842;
}
.BgClassName
{
background-color: #725842;
}
</style>
border-color css
<style>
span { border-color: #725842; }
span { border-color: rgb(114,88,66); }
td.TdClassName
{
border-color: #725842;
}
.TagClassName
{
border-color: #725842;
}
</style>