#755E47

Color #755E47 Tobacco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tobacco Brown #755E47

Tints of Tobacco Brown #755E47

Color information

#755E47 (or 0x755E47) is unknown color: approx Tobacco Brown. HEX triplet: 75, 5E and 47. RGB value is (117,94,71). Sum of RGB (Red+Green+Blue) = 117+94+71=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #755E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E47 is #8AA1B8. Grayscale: #626262. Windows color (decimal): -9085369 or 4677237. OLE color: 4677237.

HSL color Cylindrical-coordinate representation of color #755E47: hue angle of 30º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #755E47 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB1179471-
CMYK00.200.390.54
HSL30º24.47%36.86%-
HSV(B)30º39.32%45.88%-
XYZ12.4812.247.67-
YUV98.26112.62141.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 41.49%
GREEN value IS 94 (37.11% from 255) = 33.33%
BLUE value IS 71 (28.12% from 255) = 25.18%
R=41.49%
G=33.33%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117947100.200.390.543024.4736.86
Hex755E4701427361e1825
Octal1651361070244766363045
Binary1110101101111010001110101001001111101101111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755E47; }

 p { color: rgb(117,94,71); }

 H1.HeaderClassName
 {
   color: #755E47;
 }
 .AnyTagClassName
 {
   color: #755E47;
 }
</style>
background-color css

<style>
 a { background-color: #755E47; }

 a { background-color: rgb(117,94,71); }

 div.DivClassName
 {
   background-color: #755E47;
 }
 .BgClassName
 {
   background-color: #755E47;
 }
</style>
border-color css

<style>
 span { border-color: #755E47; }

 span { border-color: rgb(117,94,71); }

 td.TdClassName
 {
   border-color: #755E47;
 }
 .TagClassName
 {
   border-color: #755E47;
 }
</style>