Shades of Tobacco Brown #745842
Tints of Tobacco Brown #745842
RGB
CMYK
RGB Variations
Color information
#745842 (or 0x745842) is known color: Tobacco Brown. HEX triplet: 74, 58 and 42. RGB value is (116,88,66). Sum of RGB (Red+Green+Blue) = 116+88+66=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #745842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745842 is #8BA7BD. Grayscale: #5D5D5D. Windows color (decimal): -9152446 or 4348020. OLE color: 4348020.
HSL color Cylindrical-coordinate representation of color #745842: hue angle of 26.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #745842 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 88 | 66 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.55 |
| HSL | 26.4º | 0.27% | 0.36% | - |
| HSV(B) | 26.4º | 0.43% | 0.45% | - |
| XYZ | 11.68 | 11.09 | 6.68 | - |
| YUV | 93.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 66 | 0 | 0.24 | 0.43 | 0.55 | 26.4 | 0.27 | 0.36 |
| Hex | 74 | 58 | 42 | 0 | 18 | 2B | 37 | 1A | 1B | 24 |
| Octal | 164 | 130 | 102 | 0 | 30 | 53 | 67 | 32 | 33 | 44 |
| Binary | 1110100 | 1011000 | 1000010 | 0 | 11000 | 101011 | 110111 | 11010 | 11011 | 100100 |
Color Harmonies of #745842
Complementary color
Monochromatic Colors of #745842
Black with #745842
Text Example
Text Example
White with #745842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745842; }
p { color: rgb(116,88,66); }
H1.HeaderClassName
{
color: #745842;
}
.AnyTagClassName
{
color: #745842;
}
</style>
background-color css
<style>
a { background-color: #745842; }
a { background-color: rgb(116,88,66); }
div.DivClassName
{
background-color: #745842;
}
.BgClassName
{
background-color: #745842;
}
</style>
border-color css
<style>
span { border-color: #745842; }
span { border-color: rgb(116,88,66); }
td.TdClassName
{
border-color: #745842;
}
.TagClassName
{
border-color: #745842;
}
</style>