Shades of Tobacco Brown #745F46
Tints of Tobacco Brown #745F46
RGB
CMYK
RGB Variations
Color information
#745F46 (or 0x745F46) is known color: Tobacco Brown. HEX triplet: 74, 5F and 46. RGB value is (116,95,70). Sum of RGB (Red+Green+Blue) = 116+95+70=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #745F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F46 is #8BA0B9. Grayscale: #626262. Windows color (decimal): -9150650 or 4611956. OLE color: 4611956.
HSL color Cylindrical-coordinate representation of color #745F46: hue angle of 32.61º 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 #745F46 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 70 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.55 |
| HSL | 32.61º | 0.25% | 0.36% | - |
| HSV(B) | 32.61º | 0.4% | 0.45% | - |
| XYZ | 12.4 | 12.34 | 7.52 | - |
| YUV | 98.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 70 | 0 | 0.18 | 0.40 | 0.55 | 32.61 | 0.25 | 0.36 |
| Hex | 74 | 5F | 46 | 0 | 12 | 28 | 37 | 21 | 19 | 24 |
| Octal | 164 | 137 | 106 | 0 | 22 | 50 | 67 | 41 | 31 | 44 |
| Binary | 1110100 | 1011111 | 1000110 | 0 | 10010 | 101000 | 110111 | 100001 | 11001 | 100100 |
Color Harmonies of #745F46
Complementary color
Monochromatic Colors of #745F46
Black with #745F46
Text Example
Text Example
White with #745F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F46; }
p { color: rgb(116,95,70); }
H1.HeaderClassName
{
color: #745F46;
}
.AnyTagClassName
{
color: #745F46;
}
</style>
background-color css
<style>
a { background-color: #745F46; }
a { background-color: rgb(116,95,70); }
div.DivClassName
{
background-color: #745F46;
}
.BgClassName
{
background-color: #745F46;
}
</style>
border-color css
<style>
span { border-color: #745F46; }
span { border-color: rgb(116,95,70); }
td.TdClassName
{
border-color: #745F46;
}
.TagClassName
{
border-color: #745F46;
}
</style>