#555148

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

Shades of Masala #555148

Tints of Masala #555148

Color information

#555148 (or 0x555148) is unknown color: approx Masala. HEX triplet: 55, 51 and 48. RGB value is (85,81,72). Sum of RGB (Red+Green+Blue) = 85+81+72=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 85 - color contains mainly: red. Hex color #555148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555148 is #AAAEB7. Grayscale: #515151. Windows color (decimal): -11185848 or 4739413. OLE color: 4739413.

HSL color Cylindrical-coordinate representation of color #555148: hue angle of 41.54º 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 #555148 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB858172-
CMYK00.050.150.67
HSL41.54º8.28%30.78%-
HSV(B)41.54º15.29%33.33%-
XYZ7.868.287.32-
YUV81.17122.83130.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=35.71%
G=34.03%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85817200.050.150.6741.548.2830.78
Hex55514805F432a81f
Octal1251211100517103521037
Binary101010110100011001000010111111000011101010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555148; }

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

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

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

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

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

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

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

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