#5A5241

Color #5A5241 Masala (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Masala #5A5241

Tints of Masala #5A5241

Color information

#5A5241 (or 0x5A5241) is unknown color: approx Masala. HEX triplet: 5A, 52 and 41. RGB value is (90,82,65). Sum of RGB (Red+Green+Blue) = 90+82+65=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5241 is #A5ADBE. Grayscale: #525252. Windows color (decimal): -10857919 or 4280922. OLE color: 4280922.

HSL color Cylindrical-coordinate representation of color #5A5241: hue angle of 40.8º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A5241 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB908265-
CMYK00.090.280.65
HSL40.8º16.13%30.39%-
HSV(B)40.8º27.78%35.29%-
XYZ8.198.596.23-
YUV82.45118.15133.38-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.97%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 65 (25.78% from 255) = 27.43%
R=37.97%
G=34.60%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90826500.090.280.6540.816.1330.39
Hex5A5241091C4129101e
Octal13212210101134101512036
Binary101101010100101000001010011110010000011010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A5241; }

 p { color: rgb(90,82,65); }

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

<style>
 a { background-color: #5A5241; }

 a { background-color: rgb(90,82,65); }

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

<style>
 span { border-color: #5A5241; }

 span { border-color: rgb(90,82,65); }

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