Shades of Tobacco Brown #745944
Tints of Tobacco Brown #745944
RGB
CMYK
RGB Variations
Color information
#745944 (or 0x745944) is known color: Tobacco Brown. HEX triplet: 74, 59 and 44. RGB value is (116,89,68). Sum of RGB (Red+Green+Blue) = 116+89+68=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #745944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745944 is #8BA6BB. Grayscale: #5E5E5E. Windows color (decimal): -9152188 or 4479348. OLE color: 4479348.
HSL color Cylindrical-coordinate representation of color #745944: hue angle of 26.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #745944 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 89 | 68 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.55 |
| HSL | 26.25º | 0.26% | 0.36% | - |
| HSV(B) | 26.25º | 0.41% | 0.45% | - |
| XYZ | 11.82 | 11.28 | 7.02 | - |
| YUV | 94.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 68 | 0 | 0.23 | 0.41 | 0.55 | 26.25 | 0.26 | 0.36 |
| Hex | 74 | 59 | 44 | 0 | 17 | 29 | 37 | 1A | 1A | 24 |
| Octal | 164 | 131 | 104 | 0 | 27 | 51 | 67 | 32 | 32 | 44 |
| Binary | 1110100 | 1011001 | 1000100 | 0 | 10111 | 101001 | 110111 | 11010 | 11010 | 100100 |
Color Harmonies of #745944
Complementary color
Monochromatic Colors of #745944
Black with #745944
Text Example
Text Example
White with #745944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745944; }
p { color: rgb(116,89,68); }
H1.HeaderClassName
{
color: #745944;
}
.AnyTagClassName
{
color: #745944;
}
</style>
background-color css
<style>
a { background-color: #745944; }
a { background-color: rgb(116,89,68); }
div.DivClassName
{
background-color: #745944;
}
.BgClassName
{
background-color: #745944;
}
</style>
border-color css
<style>
span { border-color: #745944; }
span { border-color: rgb(116,89,68); }
td.TdClassName
{
border-color: #745944;
}
.TagClassName
{
border-color: #745944;
}
</style>