Shades of Tobacco Brown #755B46
Tints of Tobacco Brown #755B46
RGB
CMYK
RGB Variations
Color information
#755B46 (or 0x755B46) is known color: Tobacco Brown. HEX triplet: 75, 5B and 46. RGB value is (117,91,70). Sum of RGB (Red+Green+Blue) = 117+91+70=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #755B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B46 is #8AA4B9. Grayscale: #606060. Windows color (decimal): -9086138 or 4610933. OLE color: 4610933.
HSL color Cylindrical-coordinate representation of color #755B46: hue angle of 26.81º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #755B46 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 91 | 70 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.54 |
| HSL | 26.81º | 0.25% | 0.37% | - |
| HSV(B) | 26.81º | 0.4% | 0.46% | - |
| XYZ | 12.18 | 11.71 | 7.41 | - |
| YUV | 96.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 70 | 0 | 0.22 | 0.40 | 0.54 | 26.81 | 0.25 | 0.37 |
| Hex | 75 | 5B | 46 | 0 | 16 | 28 | 36 | 1B | 19 | 25 |
| Octal | 165 | 133 | 106 | 0 | 26 | 50 | 66 | 33 | 31 | 45 |
| Binary | 1110101 | 1011011 | 1000110 | 0 | 10110 | 101000 | 110110 | 11011 | 11001 | 100101 |
Color Harmonies of #755B46
Complementary color
Monochromatic Colors of #755B46
Black with #755B46
Text Example
Text Example
White with #755B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755B46; }
p { color: rgb(117,91,70); }
H1.HeaderClassName
{
color: #755B46;
}
.AnyTagClassName
{
color: #755B46;
}
</style>
background-color css
<style>
a { background-color: #755B46; }
a { background-color: rgb(117,91,70); }
div.DivClassName
{
background-color: #755B46;
}
.BgClassName
{
background-color: #755B46;
}
</style>
border-color css
<style>
span { border-color: #755B46; }
span { border-color: rgb(117,91,70); }
td.TdClassName
{
border-color: #755B46;
}
.TagClassName
{
border-color: #755B46;
}
</style>