#5A5347

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

Shades of Masala #5A5347

Tints of Masala #5A5347

Color information

#5A5347 (or 0x5A5347) is unknown color: approx Masala. HEX triplet: 5A, 53 and 47. RGB value is (90,83,71). Sum of RGB (Red+Green+Blue) = 90+83+71=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5347 is #A5ACB8. Grayscale: #535353. Windows color (decimal): -10857657 or 4674394. OLE color: 4674394.

HSL color Cylindrical-coordinate representation of color #5A5347: hue angle of 37.89º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A5347 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB908371-
CMYK00.080.210.65
HSL37.89º11.8%31.57%-
HSV(B)37.89º21.11%35.29%-
XYZ8.458.827.22-
YUV83.72120.82132.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.89%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 71 (28.12% from 255) = 29.10%
R=36.89%
G=34.02%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90837100.080.210.6537.8911.831.57
Hex5A534708154126c20
Octal13212310701025101461440
Binary101101010100111000111010001010110000011001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,83,71); }

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

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

 a { background-color: rgb(90,83,71); }

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

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

 span { border-color: rgb(90,83,71); }

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