#54504A

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

Shades of Masala #54504A

Tints of Masala #54504A

Color information

#54504A (or 0x54504A) is unknown color: approx Masala. HEX triplet: 54, 50 and 4A. RGB value is (84,80,74). Sum of RGB (Red+Green+Blue) = 84+80+74=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 84 - color contains mainly: red. Hex color #54504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54504A is #ABAFB5. Grayscale: #505050. Windows color (decimal): -11251638 or 4870228. OLE color: 4870228.

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

Color convert

RGB848074-
CMYK00.050.120.67
HSL36º6.33%30.98%-
HSV(B)36º11.9%32.94%-
XYZ7.768.127.64-
YUV80.51124.33130.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.29%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=35.29%
G=33.61%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84807400.050.120.67366.3330.98
Hex54504A05C432461f
Octal124120112051410344637
Binary10101001010000100101001011100100001110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54504A; }

 p { color: rgb(84,80,74); }

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

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

 a { background-color: rgb(84,80,74); }

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

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

 span { border-color: rgb(84,80,74); }

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