Shades of Tobacco Brown #745A43
Tints of Tobacco Brown #745A43
RGB
CMYK
RGB Variations
Color information
#745A43 (or 0x745A43) is known color: Tobacco Brown. HEX triplet: 74, 5A and 43. RGB value is (116,90,67). Sum of RGB (Red+Green+Blue) = 116+90+67=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #745A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A43 is #8BA5BC. Grayscale: #5F5F5F. Windows color (decimal): -9151933 or 4414068. OLE color: 4414068.
HSL color Cylindrical-coordinate representation of color #745A43: hue angle of 28.16º 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 #745A43 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 67 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.55 |
| HSL | 28.16º | 0.27% | 0.36% | - |
| HSV(B) | 28.16º | 0.42% | 0.45% | - |
| XYZ | 11.87 | 11.43 | 6.89 | - |
| YUV | 95.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 67 | 0 | 0.22 | 0.42 | 0.55 | 28.16 | 0.27 | 0.36 |
| Hex | 74 | 5A | 43 | 0 | 16 | 2A | 37 | 1C | 1B | 24 |
| Octal | 164 | 132 | 103 | 0 | 26 | 52 | 67 | 34 | 33 | 44 |
| Binary | 1110100 | 1011010 | 1000011 | 0 | 10110 | 101010 | 110111 | 11100 | 11011 | 100100 |
Color Harmonies of #745A43
Complementary color
Monochromatic Colors of #745A43
Black with #745A43
Text Example
Text Example
White with #745A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A43; }
p { color: rgb(116,90,67); }
H1.HeaderClassName
{
color: #745A43;
}
.AnyTagClassName
{
color: #745A43;
}
</style>
background-color css
<style>
a { background-color: #745A43; }
a { background-color: rgb(116,90,67); }
div.DivClassName
{
background-color: #745A43;
}
.BgClassName
{
background-color: #745A43;
}
</style>
border-color css
<style>
span { border-color: #745A43; }
span { border-color: rgb(116,90,67); }
td.TdClassName
{
border-color: #745A43;
}
.TagClassName
{
border-color: #745A43;
}
</style>