#555149

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

Shades of Masala #555149

Tints of Masala #555149

Color information

#555149 (or 0x555149) is unknown color: approx Masala. HEX triplet: 55, 51 and 49. RGB value is (85,81,73). Sum of RGB (Red+Green+Blue) = 85+81+73=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 85 - color contains mainly: red. Hex color #555149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555149 is #AAAEB6. Grayscale: #515151. Windows color (decimal): -11185847 or 4804949. OLE color: 4804949.

HSL color Cylindrical-coordinate representation of color #555149: hue angle of 40º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #555149 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB858173-
CMYK00.050.140.67
HSL40º7.59%30.98%-
HSV(B)40º14.12%33.33%-
XYZ7.898.37.49-
YUV81.28123.33130.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=35.56%
G=33.89%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85817300.050.140.67407.5930.98
Hex55514905E432881f
Octal1251211110516103501037
Binary101010110100011001001010111101000011101000100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555149; }

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

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

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

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

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

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

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

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