Shades of Tobacco Brown #745945
Tints of Tobacco Brown #745945
RGB
CMYK
RGB Variations
Color information
#745945 (or 0x745945) is known color: Tobacco Brown. HEX triplet: 74, 59 and 45. RGB value is (116,89,69). Sum of RGB (Red+Green+Blue) = 116+89+69=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #745945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745945 is #8BA6BA. Grayscale: #5E5E5E. Windows color (decimal): -9152187 or 4544884. OLE color: 4544884.
HSL color Cylindrical-coordinate representation of color #745945: hue angle of 25.53º degrees, saturation: 0.25, 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 #745945 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 89 | 69 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.55 |
| HSL | 25.53º | 0.25% | 0.36% | - |
| HSV(B) | 25.53º | 0.41% | 0.45% | - |
| XYZ | 11.85 | 11.29 | 7.18 | - |
| YUV | 94.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 69 | 0 | 0.23 | 0.41 | 0.55 | 25.53 | 0.25 | 0.36 |
| Hex | 74 | 59 | 45 | 0 | 17 | 29 | 37 | 1A | 19 | 24 |
| Octal | 164 | 131 | 105 | 0 | 27 | 51 | 67 | 32 | 31 | 44 |
| Binary | 1110100 | 1011001 | 1000101 | 0 | 10111 | 101001 | 110111 | 11010 | 11001 | 100100 |
Color Harmonies of #745945
Complementary color
Monochromatic Colors of #745945
Black with #745945
Text Example
Text Example
White with #745945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745945; }
p { color: rgb(116,89,69); }
H1.HeaderClassName
{
color: #745945;
}
.AnyTagClassName
{
color: #745945;
}
</style>
background-color css
<style>
a { background-color: #745945; }
a { background-color: rgb(116,89,69); }
div.DivClassName
{
background-color: #745945;
}
.BgClassName
{
background-color: #745945;
}
</style>
border-color css
<style>
span { border-color: #745945; }
span { border-color: rgb(116,89,69); }
td.TdClassName
{
border-color: #745945;
}
.TagClassName
{
border-color: #745945;
}
</style>