Shades of Tobacco Brown #745841
Tints of Tobacco Brown #745841
RGB
CMYK
RGB Variations
Color information
#745841 (or 0x745841) is known color: Tobacco Brown. HEX triplet: 74, 58 and 41. RGB value is (116,88,65). Sum of RGB (Red+Green+Blue) = 116+88+65=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #745841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745841 is #8BA7BE. Grayscale: #5D5D5D. Windows color (decimal): -9152447 or 4282484. OLE color: 4282484.
HSL color Cylindrical-coordinate representation of color #745841: hue angle of 27.06º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #745841 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 88 | 65 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.55 |
| HSL | 27.06º | 0.28% | 0.35% | - |
| HSV(B) | 27.06º | 0.44% | 0.45% | - |
| XYZ | 11.65 | 11.07 | 6.52 | - |
| YUV | 93.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 65 | 0 | 0.24 | 0.44 | 0.55 | 27.06 | 0.28 | 0.35 |
| Hex | 74 | 58 | 41 | 0 | 18 | 2C | 37 | 1B | 1C | 23 |
| Octal | 164 | 130 | 101 | 0 | 30 | 54 | 67 | 33 | 34 | 43 |
| Binary | 1110100 | 1011000 | 1000001 | 0 | 11000 | 101100 | 110111 | 11011 | 11100 | 100011 |
Color Harmonies of #745841
Complementary color
Monochromatic Colors of #745841
Black with #745841
Text Example
Text Example
White with #745841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745841; }
p { color: rgb(116,88,65); }
H1.HeaderClassName
{
color: #745841;
}
.AnyTagClassName
{
color: #745841;
}
</style>
background-color css
<style>
a { background-color: #745841; }
a { background-color: rgb(116,88,65); }
div.DivClassName
{
background-color: #745841;
}
.BgClassName
{
background-color: #745841;
}
</style>
border-color css
<style>
span { border-color: #745841; }
span { border-color: rgb(116,88,65); }
td.TdClassName
{
border-color: #745841;
}
.TagClassName
{
border-color: #745841;
}
</style>