#755B45

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

Shades of Tobacco Brown #755B45

Tints of Tobacco Brown #755B45

Color information

#755B45 (or 0x755B45) is unknown color: approx Tobacco Brown. HEX triplet: 75, 5B and 45. RGB value is (117,91,69). Sum of RGB (Red+Green+Blue) = 117+91+69=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #755B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B45 is #8AA4BA. Grayscale: #606060. Windows color (decimal): -9086139 or 4545397. OLE color: 4545397.

HSL color Cylindrical-coordinate representation of color #755B45: hue angle of 27.5º 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 #755B45 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB1179169-
CMYK00.220.410.54
HSL27.5º25.81%36.47%-
HSV(B)27.5º41.03%45.88%-
XYZ12.1511.697.25-
YUV96.27112.61142.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 91 (35.94% from 255) = 32.85%
BLUE value IS 69 (27.34% from 255) = 24.91%
R=42.24%
G=32.85%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117916900.220.410.5427.525.8136.47
Hex755B4501629361c1a24
Octal1651331050265166343244
Binary1110101101101110001010101101010011101101110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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