#755A46

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

Shades of Tobacco Brown #755A46

Tints of Tobacco Brown #755A46

Color information

#755A46 (or 0x755A46) is unknown color: approx Tobacco Brown. HEX triplet: 75, 5A and 46. RGB value is (117,90,70). Sum of RGB (Red+Green+Blue) = 117+90+70=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #755A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A46 is #8AA5B9. Grayscale: #5F5F5F. Windows color (decimal): -9086394 or 4610677. OLE color: 4610677.

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

Color convert

RGB1179070-
CMYK00.230.400.54
HSL25.53º25.13%36.67%-
HSV(B)25.53º40.17%45.88%-
XYZ12.111.547.38-
YUV95.79113.45143.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 90 (35.55% from 255) = 32.49%
BLUE value IS 70 (27.73% from 255) = 25.27%
R=42.24%
G=32.49%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117907000.230.400.5425.5325.1336.67
Hex755A4601728361a1925
Octal1651321060275066323145
Binary1110101101101010001100101111010001101101101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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