Shades of Tobacco Brown #745F45
Tints of Tobacco Brown #745F45
RGB
CMYK
RGB Variations
Color information
#745F45 (or 0x745F45) is known color: Tobacco Brown. HEX triplet: 74, 5F and 45. RGB value is (116,95,69). Sum of RGB (Red+Green+Blue) = 116+95+69=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #745F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F45 is #8BA0BA. Grayscale: #626262. Windows color (decimal): -9150651 or 4546420. OLE color: 4546420.
HSL color Cylindrical-coordinate representation of color #745F45: hue angle of 33.19º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #745F45 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 69 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.55 |
| HSL | 33.19º | 0.25% | 0.36% | - |
| HSV(B) | 33.19º | 0.41% | 0.45% | - |
| XYZ | 12.37 | 12.33 | 7.36 | - |
| YUV | 98.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 69 | 0 | 0.18 | 0.41 | 0.55 | 33.19 | 0.25 | 0.36 |
| Hex | 74 | 5F | 45 | 0 | 12 | 29 | 37 | 21 | 19 | 24 |
| Octal | 164 | 137 | 105 | 0 | 22 | 51 | 67 | 41 | 31 | 44 |
| Binary | 1110100 | 1011111 | 1000101 | 0 | 10010 | 101001 | 110111 | 100001 | 11001 | 100100 |
Color Harmonies of #745F45
Complementary color
Monochromatic Colors of #745F45
Black with #745F45
Text Example
Text Example
White with #745F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F45; }
p { color: rgb(116,95,69); }
H1.HeaderClassName
{
color: #745F45;
}
.AnyTagClassName
{
color: #745F45;
}
</style>
background-color css
<style>
a { background-color: #745F45; }
a { background-color: rgb(116,95,69); }
div.DivClassName
{
background-color: #745F45;
}
.BgClassName
{
background-color: #745F45;
}
</style>
border-color css
<style>
span { border-color: #745F45; }
span { border-color: rgb(116,95,69); }
td.TdClassName
{
border-color: #745F45;
}
.TagClassName
{
border-color: #745F45;
}
</style>