Shades of Tobacco Brown #755B44
Tints of Tobacco Brown #755B44
RGB
CMYK
RGB Variations
Color information
#755B44 (or 0x755B44) is known color: Tobacco Brown. HEX triplet: 75, 5B and 44. RGB value is (117,91,68). Sum of RGB (Red+Green+Blue) = 117+91+68=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #755B44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B44 is #8AA4BB. Grayscale: #606060. Windows color (decimal): -9086140 or 4479861. OLE color: 4479861.
HSL color Cylindrical-coordinate representation of color #755B44: hue angle of 28.16º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #755B44 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 91 | 68 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.54 |
| HSL | 28.16º | 0.26% | 0.36% | - |
| HSV(B) | 28.16º | 0.42% | 0.46% | - |
| XYZ | 12.12 | 11.68 | 7.08 | - |
| YUV | 96.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 68 | 0 | 0.22 | 0.42 | 0.54 | 28.16 | 0.26 | 0.36 |
| Hex | 75 | 5B | 44 | 0 | 16 | 2A | 36 | 1C | 1A | 24 |
| Octal | 165 | 133 | 104 | 0 | 26 | 52 | 66 | 34 | 32 | 44 |
| Binary | 1110101 | 1011011 | 1000100 | 0 | 10110 | 101010 | 110110 | 11100 | 11010 | 100100 |
Color Harmonies of #755B44
Complementary color
Monochromatic Colors of #755B44
Black with #755B44
Text Example
Text Example
White with #755B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755B44; }
p { color: rgb(117,91,68); }
H1.HeaderClassName
{
color: #755B44;
}
.AnyTagClassName
{
color: #755B44;
}
</style>
background-color css
<style>
a { background-color: #755B44; }
a { background-color: rgb(117,91,68); }
div.DivClassName
{
background-color: #755B44;
}
.BgClassName
{
background-color: #755B44;
}
</style>
border-color css
<style>
span { border-color: #755B44; }
span { border-color: rgb(117,91,68); }
td.TdClassName
{
border-color: #755B44;
}
.TagClassName
{
border-color: #755B44;
}
</style>