#555048

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

Shades of Masala #555048

Tints of Masala #555048

Color information

#555048 (or 0x555048) is unknown color: approx Masala. HEX triplet: 55, 50 and 48. RGB value is (85,80,72). Sum of RGB (Red+Green+Blue) = 85+80+72=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 85 - color contains mainly: red. Hex color #555048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555048 is #AAAFB7. Grayscale: #505050. Windows color (decimal): -11186104 or 4739157. OLE color: 4739157.

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

Color convert

RGB858072-
CMYK00.060.150.67
HSL36.92º8.28%30.78%-
HSV(B)36.92º15.29%33.33%-
XYZ7.788.147.29-
YUV80.58123.16131.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=35.86%
G=33.76%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85807200.060.150.6736.928.2830.78
Hex55504806F432581f
Octal1251201100617103451037
Binary101010110100001001000011011111000011100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555048; }

 p { color: rgb(85,80,72); }

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

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

 a { background-color: rgb(85,80,72); }

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

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

 span { border-color: rgb(85,80,72); }

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