#755B46

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

Shades of Tobacco Brown #755B46

Tints of Tobacco Brown #755B46

Color information

#755B46 (or 0x755B46) is unknown color: approx 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

RGB1179170-
CMYK00.220.400.54
HSL26.81º25.13%36.67%-
HSV(B)26.81º40.17%45.88%-
XYZ12.1811.717.41-
YUV96.38113.11142.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 91 (35.94% from 255) = 32.73%
BLUE value IS 70 (27.73% from 255) = 25.18%
R=42.09%
G=32.73%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117917000.220.400.5426.8125.1336.67
Hex755B4601628361b1925
Octal1651331060265066333145
Binary1110101101101110001100101101010001101101101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>