#5A5240

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

Shades of Masala #5A5240

Tints of Masala #5A5240

Color information

#5A5240 (or 0x5A5240) is unknown color: approx Masala. HEX triplet: 5A, 52 and 40. RGB value is (90,82,64). Sum of RGB (Red+Green+Blue) = 90+82+64=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5240 is #A5ADBF. Grayscale: #525252. Windows color (decimal): -10857920 or 4215386. OLE color: 4215386.

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

Color convert

RGB908264-
CMYK00.090.290.65
HSL41.54º16.88%30.2%-
HSV(B)41.54º28.89%35.29%-
XYZ8.168.586.08-
YUV82.34117.65133.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.14%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=38.14%
G=34.75%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90826400.090.290.6541.5416.8830.2
Hex5A5240091D412a111e
Octal13212210001135101522136
Binary101101010100101000000010011110110000011010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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