#755E45

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

Shades of Tobacco Brown #755E45

Tints of Tobacco Brown #755E45

Color information

#755E45 (or 0x755E45) is unknown color: approx Tobacco Brown. HEX triplet: 75, 5E and 45. RGB value is (117,94,69). Sum of RGB (Red+Green+Blue) = 117+94+69=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #755E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755E45 is #8AA1BA. Grayscale: #626262. Windows color (decimal): -9085371 or 4546165. OLE color: 4546165.

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

Color convert

RGB1179469-
CMYK00.200.410.54
HSL31.25º25.81%36.47%-
HSV(B)31.25º41.03%45.88%-
XYZ12.4112.227.33-
YUV98.03111.62141.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 69 (27.34% from 255) = 24.64%
R=41.79%
G=33.57%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117946900.200.410.5431.2525.8136.47
Hex755E4501429361f1a24
Octal1651361050245166373244
Binary1110101101111010001010101001010011101101111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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