#54514D

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

Shades of Masala #54514D

Tints of Masala #54514D

Color information

#54514D (or 0x54514D) is unknown color: approx Masala. HEX triplet: 54, 51 and 4D. RGB value is (84,81,77). Sum of RGB (Red+Green+Blue) = 84+81+77=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 84 - color contains mainly: red. Hex color #54514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54514D is #ABAEB2. Grayscale: #515151. Windows color (decimal): -11251379 or 5067092. OLE color: 5067092.

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

Color convert

RGB848177-
CMYK00.040.080.67
HSL34.29º4.35%31.57%-
HSV(B)34.29º8.33%32.94%-
XYZ7.948.318.21-
YUV81.44125.49129.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.71%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 77 (30.47% from 255) = 31.82%
R=34.71%
G=33.47%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84817700.040.080.6734.294.3531.57
Hex54514D0484322420
Octal124121115041010342440
Binary101010010100011001101010010001000011100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54514D; }

 p { color: rgb(84,81,77); }

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

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

 a { background-color: rgb(84,81,77); }

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

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

 span { border-color: rgb(84,81,77); }

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