#5A5549

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

Shades of Masala #5A5549

Tints of Masala #5A5549

Color information

#5A5549 (or 0x5A5549) is unknown color: approx Masala. HEX triplet: 5A, 55 and 49. RGB value is (90,85,73). Sum of RGB (Red+Green+Blue) = 90+85+73=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5549 is #A5AAB6. Grayscale: #555555. Windows color (decimal): -10857143 or 4805978. OLE color: 4805978.

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

Color convert

RGB908573-
CMYK00.060.190.65
HSL42.35º10.43%31.96%-
HSV(B)42.35º18.89%35.29%-
XYZ8.679.157.61-
YUV85.13121.16131.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.29%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 73 (28.91% from 255) = 29.44%
R=36.29%
G=34.27%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90857300.060.190.6542.3510.4331.96
Hex5A55490613412aa20
Octal1321251110623101521240
Binary10110101010101100100101101001110000011010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,85,73); }

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

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

 a { background-color: rgb(90,85,73); }

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

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

 span { border-color: rgb(90,85,73); }

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