#54524F

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

Shades of Masala #54524F

Tints of Masala #54524F

Color information

#54524F (or 0x54524F) is unknown color: approx Masala. HEX triplet: 54, 52 and 4F. RGB value is (84,82,79). Sum of RGB (Red+Green+Blue) = 84+82+79=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 84 - color contains mainly: red. Hex color #54524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54524F is #ABADB0. Grayscale: #525252. Windows color (decimal): -11251121 or 5198420. OLE color: 5198420.

HSL color Cylindrical-coordinate representation of color #54524F: hue angle of 36º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #54524F is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB848279-
CMYK00.020.060.67
HSL36º3.07%31.96%-
HSV(B)36º5.95%32.94%-
XYZ8.088.488.61-
YUV82.26126.16129.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.29%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=34.29%
G=33.47%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84827900.020.060.67363.0731.96
Hex54524F0264324320
Octal12412211702610344340
Binary101010010100101001111010110100001110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54524F; }

 p { color: rgb(84,82,79); }

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

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

 a { background-color: rgb(84,82,79); }

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

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

 span { border-color: rgb(84,82,79); }

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