#555047

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

Shades of Masala #555047

Tints of Masala #555047

Color information

#555047 (or 0x555047) is unknown color: approx Masala. HEX triplet: 55, 50 and 47. RGB value is (85,80,71). Sum of RGB (Red+Green+Blue) = 85+80+71=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #555047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555047 is #AAAFB8. Grayscale: #505050. Windows color (decimal): -11186105 or 4673621. OLE color: 4673621.

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

Color convert

RGB858071-
CMYK00.060.160.67
HSL38.57º8.97%30.59%-
HSV(B)38.57º16.47%33.33%-
XYZ7.758.127.12-
YUV80.47122.66131.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 71 (28.12% from 255) = 30.08%
R=36.02%
G=33.90%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85807100.060.160.6738.578.9730.59
Hex5550470610432791f
Octal1251201070620103471137
Binary1010101101000010001110110100001000011100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555047; }

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

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

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

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

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

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

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

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