Shades of Tobacco Brown #745843
Tints of Tobacco Brown #745843
RGB
CMYK
RGB Variations
Color information
#745843 (or 0x745843) is known color: Tobacco Brown. HEX triplet: 74, 58 and 43. RGB value is (116,88,67). Sum of RGB (Red+Green+Blue) = 116+88+67=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #745843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745843 is #8BA7BC. Grayscale: #5E5E5E. Windows color (decimal): -9152445 or 4413556. OLE color: 4413556.
HSL color Cylindrical-coordinate representation of color #745843: hue angle of 25.71º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #745843 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 88 | 67 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.55 |
| HSL | 25.71º | 0.27% | 0.36% | - |
| HSV(B) | 25.71º | 0.42% | 0.45% | - |
| XYZ | 11.71 | 11.1 | 6.84 | - |
| YUV | 93.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 67 | 0 | 0.24 | 0.42 | 0.55 | 25.71 | 0.27 | 0.36 |
| Hex | 74 | 58 | 43 | 0 | 18 | 2A | 37 | 1A | 1B | 24 |
| Octal | 164 | 130 | 103 | 0 | 30 | 52 | 67 | 32 | 33 | 44 |
| Binary | 1110100 | 1011000 | 1000011 | 0 | 11000 | 101010 | 110111 | 11010 | 11011 | 100100 |
Color Harmonies of #745843
Complementary color
Monochromatic Colors of #745843
Black with #745843
Text Example
Text Example
White with #745843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745843; }
p { color: rgb(116,88,67); }
H1.HeaderClassName
{
color: #745843;
}
.AnyTagClassName
{
color: #745843;
}
</style>
background-color css
<style>
a { background-color: #745843; }
a { background-color: rgb(116,88,67); }
div.DivClassName
{
background-color: #745843;
}
.BgClassName
{
background-color: #745843;
}
</style>
border-color css
<style>
span { border-color: #745843; }
span { border-color: rgb(116,88,67); }
td.TdClassName
{
border-color: #745843;
}
.TagClassName
{
border-color: #745843;
}
</style>