#755B44

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

Shades of Tobacco Brown #755B44

Tints of Tobacco Brown #755B44

Color information

#755B44 (or 0x755B44) is unknown color: approx Tobacco Brown. HEX triplet: 75, 5B and 44. RGB value is (117,91,68). Sum of RGB (Red+Green+Blue) = 117+91+68=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #755B44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B44 is #8AA4BB. Grayscale: #606060. Windows color (decimal): -9086140 or 4479861. OLE color: 4479861.

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

Color convert

RGB1179168-
CMYK00.220.420.54
HSL28.16º26.49%36.27%-
HSV(B)28.16º41.88%45.88%-
XYZ12.1211.687.08-
YUV96.15112.11142.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.39%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 68 (26.95% from 255) = 24.64%
R=42.39%
G=32.97%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117916800.220.420.5428.1626.4936.27
Hex755B440162A361c1a24
Octal1651331040265266343244
Binary1110101101101110001000101101010101101101110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,91,68); }

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

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

 a { background-color: rgb(117,91,68); }

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

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

 span { border-color: rgb(117,91,68); }

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