#755D46

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

Shades of Tobacco Brown #755D46

Tints of Tobacco Brown #755D46

Color information

#755D46 (or 0x755D46) is unknown color: approx Tobacco Brown. HEX triplet: 75, 5D and 46. RGB value is (117,93,70). Sum of RGB (Red+Green+Blue) = 117+93+70=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #755D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D46 is #8AA2B9. Grayscale: #616161. Windows color (decimal): -9085626 or 4611445. OLE color: 4611445.

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

Color convert

RGB1179370-
CMYK00.210.400.54
HSL29.36º25.13%36.67%-
HSV(B)29.36º40.17%45.88%-
XYZ12.3612.057.47-
YUV97.55112.45141.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 70 (27.73% from 255) = 25%
R=41.79%
G=33.21%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117937000.210.400.5429.3625.1336.67
Hex755D4601528361d1925
Octal1651351060255066353145
Binary1110101101110110001100101011010001101101110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,93,70); }

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

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

 a { background-color: rgb(117,93,70); }

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

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

 span { border-color: rgb(117,93,70); }

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