Shades of Tobacco Brown #745A46
Tints of Tobacco Brown #745A46
RGB
CMYK
RGB Variations
Color information
#745A46 (or 0x745A46) is known color: Tobacco Brown. HEX triplet: 74, 5A and 46. RGB value is (116,90,70). Sum of RGB (Red+Green+Blue) = 116+90+70=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #745A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A46 is #8BA5B9. Grayscale: #5F5F5F. Windows color (decimal): -9151930 or 4610676. OLE color: 4610676.
HSL color Cylindrical-coordinate representation of color #745A46: hue angle of 26.09º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #745A46 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 70 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.55 |
| HSL | 26.09º | 0.25% | 0.36% | - |
| HSV(B) | 26.09º | 0.4% | 0.45% | - |
| XYZ | 11.96 | 11.47 | 7.38 | - |
| YUV | 95.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 70 | 0 | 0.22 | 0.40 | 0.55 | 26.09 | 0.25 | 0.36 |
| Hex | 74 | 5A | 46 | 0 | 16 | 28 | 37 | 1A | 19 | 24 |
| Octal | 164 | 132 | 106 | 0 | 26 | 50 | 67 | 32 | 31 | 44 |
| Binary | 1110100 | 1011010 | 1000110 | 0 | 10110 | 101000 | 110111 | 11010 | 11001 | 100100 |
Color Harmonies of #745A46
Complementary color
Monochromatic Colors of #745A46
Black with #745A46
Text Example
Text Example
White with #745A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A46; }
p { color: rgb(116,90,70); }
H1.HeaderClassName
{
color: #745A46;
}
.AnyTagClassName
{
color: #745A46;
}
</style>
background-color css
<style>
a { background-color: #745A46; }
a { background-color: rgb(116,90,70); }
div.DivClassName
{
background-color: #745A46;
}
.BgClassName
{
background-color: #745A46;
}
</style>
border-color css
<style>
span { border-color: #745A46; }
span { border-color: rgb(116,90,70); }
td.TdClassName
{
border-color: #745A46;
}
.TagClassName
{
border-color: #745A46;
}
</style>