Shades of Tobacco Brown #735C40
Tints of Tobacco Brown #735C40
RGB
CMYK
RGB Variations
Color information
#735C40 (or 0x735C40) is known color: Tobacco Brown. HEX triplet: 73, 5C and 40. RGB value is (115,92,64). Sum of RGB (Red+Green+Blue) = 115+92+64=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #735C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735C40 is #8CA3BF. Grayscale: #5F5F5F. Windows color (decimal): -9216960 or 4217971. OLE color: 4217971.
HSL color Cylindrical-coordinate representation of color #735C40: hue angle of 32.94º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #735C40 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 64 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.55 |
| HSL | 32.94º | 0.28% | 0.35% | - |
| HSV(B) | 32.94º | 0.44% | 0.45% | - |
| XYZ | 11.82 | 11.67 | 6.48 | - |
| YUV | 95.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 64 | 0 | 0.20 | 0.44 | 0.55 | 32.94 | 0.28 | 0.35 |
| Hex | 73 | 5C | 40 | 0 | 14 | 2C | 37 | 21 | 1C | 23 |
| Octal | 163 | 134 | 100 | 0 | 24 | 54 | 67 | 41 | 34 | 43 |
| Binary | 1110011 | 1011100 | 1000000 | 0 | 10100 | 101100 | 110111 | 100001 | 11100 | 100011 |
Color Harmonies of #735C40
Complementary color
Monochromatic Colors of #735C40
Black with #735C40
Text Example
Text Example
White with #735C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C40; }
p { color: rgb(115,92,64); }
H1.HeaderClassName
{
color: #735C40;
}
.AnyTagClassName
{
color: #735C40;
}
</style>
background-color css
<style>
a { background-color: #735C40; }
a { background-color: rgb(115,92,64); }
div.DivClassName
{
background-color: #735C40;
}
.BgClassName
{
background-color: #735C40;
}
</style>
border-color css
<style>
span { border-color: #735C40; }
span { border-color: rgb(115,92,64); }
td.TdClassName
{
border-color: #735C40;
}
.TagClassName
{
border-color: #735C40;
}
</style>