Shades of Tobacco Brown #755A45
Tints of Tobacco Brown #755A45
RGB
CMYK
RGB Variations
Color information
#755A45 (or 0x755A45) is known color: Tobacco Brown. HEX triplet: 75, 5A and 45. RGB value is (117,90,69). Sum of RGB (Red+Green+Blue) = 117+90+69=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #755A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A45 is #8AA5BA. Grayscale: #5F5F5F. Windows color (decimal): -9086395 or 4545141. OLE color: 4545141.
HSL color Cylindrical-coordinate representation of color #755A45: hue angle of 26.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #755A45 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 69 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.54 |
| HSL | 26.25º | 0.26% | 0.36% | - |
| HSV(B) | 26.25º | 0.41% | 0.46% | - |
| XYZ | 12.07 | 11.52 | 7.22 | - |
| YUV | 95.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 69 | 0 | 0.23 | 0.41 | 0.54 | 26.25 | 0.26 | 0.36 |
| Hex | 75 | 5A | 45 | 0 | 17 | 29 | 36 | 1A | 1A | 24 |
| Octal | 165 | 132 | 105 | 0 | 27 | 51 | 66 | 32 | 32 | 44 |
| Binary | 1110101 | 1011010 | 1000101 | 0 | 10111 | 101001 | 110110 | 11010 | 11010 | 100100 |
Color Harmonies of #755A45
Complementary color
Monochromatic Colors of #755A45
Black with #755A45
Text Example
Text Example
White with #755A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A45; }
p { color: rgb(117,90,69); }
H1.HeaderClassName
{
color: #755A45;
}
.AnyTagClassName
{
color: #755A45;
}
</style>
background-color css
<style>
a { background-color: #755A45; }
a { background-color: rgb(117,90,69); }
div.DivClassName
{
background-color: #755A45;
}
.BgClassName
{
background-color: #755A45;
}
</style>
border-color css
<style>
span { border-color: #755A45; }
span { border-color: rgb(117,90,69); }
td.TdClassName
{
border-color: #755A45;
}
.TagClassName
{
border-color: #755A45;
}
</style>