#555046

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

Shades of Masala #555046

Tints of Masala #555046

Color information

#555046 (or 0x555046) is unknown color: approx Masala. HEX triplet: 55, 50 and 46. RGB value is (85,80,70). Sum of RGB (Red+Green+Blue) = 85+80+70=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 85 - color contains mainly: red. Hex color #555046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555046 is #AAAFB9. Grayscale: #505050. Windows color (decimal): -11186106 or 4608085. OLE color: 4608085.

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

Color convert

RGB858070-
CMYK00.060.180.67
HSL40º9.68%30.39%-
HSV(B)40º17.65%33.33%-
XYZ7.728.116.95-
YUV80.36122.16131.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 70 (27.73% from 255) = 29.79%
R=36.17%
G=34.04%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85807000.060.180.67409.6830.39
Hex55504606124328a1e
Octal1251201060622103501236
Binary1010101101000010001100110100101000011101000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555046; }

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

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

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

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

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

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

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

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