Shades of Tobacco Brown #735C42
Tints of Tobacco Brown #735C42
RGB
CMYK
RGB Variations
Color information
#735C42 (or 0x735C42) is known color: Tobacco Brown. HEX triplet: 73, 5C and 42. RGB value is (115,92,66). Sum of RGB (Red+Green+Blue) = 115+92+66=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #735C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735C42 is #8CA3BD. Grayscale: #606060. Windows color (decimal): -9216958 or 4349043. OLE color: 4349043.
HSL color Cylindrical-coordinate representation of color #735C42: hue angle of 31.84º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #735C42 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 66 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.55 |
| HSL | 31.84º | 0.27% | 0.35% | - |
| HSV(B) | 31.84º | 0.43% | 0.45% | - |
| XYZ | 11.88 | 11.69 | 6.78 | - |
| YUV | 95.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 66 | 0 | 0.20 | 0.43 | 0.55 | 31.84 | 0.27 | 0.35 |
| Hex | 73 | 5C | 42 | 0 | 14 | 2B | 37 | 20 | 1B | 23 |
| Octal | 163 | 134 | 102 | 0 | 24 | 53 | 67 | 40 | 33 | 43 |
| Binary | 1110011 | 1011100 | 1000010 | 0 | 10100 | 101011 | 110111 | 100000 | 11011 | 100011 |
Color Harmonies of #735C42
Complementary color
Monochromatic Colors of #735C42
Black with #735C42
Text Example
Text Example
White with #735C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C42; }
p { color: rgb(115,92,66); }
H1.HeaderClassName
{
color: #735C42;
}
.AnyTagClassName
{
color: #735C42;
}
</style>
background-color css
<style>
a { background-color: #735C42; }
a { background-color: rgb(115,92,66); }
div.DivClassName
{
background-color: #735C42;
}
.BgClassName
{
background-color: #735C42;
}
</style>
border-color css
<style>
span { border-color: #735C42; }
span { border-color: rgb(115,92,66); }
td.TdClassName
{
border-color: #735C42;
}
.TagClassName
{
border-color: #735C42;
}
</style>