Shades of Tobacco Brown #745B42
Tints of Tobacco Brown #745B42
RGB
CMYK
RGB Variations
Color information
#745B42 (or 0x745B42) is known color: Tobacco Brown. HEX triplet: 74, 5B and 42. RGB value is (116,91,66). Sum of RGB (Red+Green+Blue) = 116+91+66=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #745B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745B42 is #8BA4BD. Grayscale: #5F5F5F. Windows color (decimal): -9151678 or 4348788. OLE color: 4348788.
HSL color Cylindrical-coordinate representation of color #745B42: hue angle of 30º 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 #745B42 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 91 | 66 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.55 |
| HSL | 30º | 0.27% | 0.36% | - |
| HSV(B) | 30º | 0.43% | 0.45% | - |
| XYZ | 11.93 | 11.59 | 6.76 | - |
| YUV | 95.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 66 | 0 | 0.22 | 0.43 | 0.55 | 30 | 0.27 | 0.36 |
| Hex | 74 | 5B | 42 | 0 | 16 | 2B | 37 | 1E | 1B | 24 |
| Octal | 164 | 133 | 102 | 0 | 26 | 53 | 67 | 36 | 33 | 44 |
| Binary | 1110100 | 1011011 | 1000010 | 0 | 10110 | 101011 | 110111 | 11110 | 11011 | 100100 |
Color Harmonies of #745B42
Complementary color
Monochromatic Colors of #745B42
Black with #745B42
Text Example
Text Example
White with #745B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745B42; }
p { color: rgb(116,91,66); }
H1.HeaderClassName
{
color: #745B42;
}
.AnyTagClassName
{
color: #745B42;
}
</style>
background-color css
<style>
a { background-color: #745B42; }
a { background-color: rgb(116,91,66); }
div.DivClassName
{
background-color: #745B42;
}
.BgClassName
{
background-color: #745B42;
}
</style>
border-color css
<style>
span { border-color: #745B42; }
span { border-color: rgb(116,91,66); }
td.TdClassName
{
border-color: #745B42;
}
.TagClassName
{
border-color: #745B42;
}
</style>