#755E42

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

Shades of Tobacco Brown #755E42

Tints of Tobacco Brown #755E42

Color information

#755E42 (or 0x755E42) is unknown color: approx Tobacco Brown. HEX triplet: 75, 5E and 42. RGB value is (117,94,66). Sum of RGB (Red+Green+Blue) = 117+94+66=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #755E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E42 is #8AA1BD. Grayscale: #616161. Windows color (decimal): -9085374 or 4349557. OLE color: 4349557.

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

Color convert

RGB1179466-
CMYK00.200.440.54
HSL32.94º27.87%35.88%-
HSV(B)32.94º43.59%45.88%-
XYZ12.3212.186.86-
YUV97.68110.12141.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 66 (26.17% from 255) = 23.83%
R=42.24%
G=33.94%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117946600.200.440.5432.9427.8735.88
Hex755E420142C36211c24
Octal1651361020245466413444
Binary11101011011110100001001010010110011011010000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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