#545049

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

Shades of Masala #545049

Tints of Masala #545049

Color information

#545049 (or 0x545049) is unknown color: approx Masala. HEX triplet: 54, 50 and 49. RGB value is (84,80,73). Sum of RGB (Red+Green+Blue) = 84+80+73=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 84 - color contains mainly: red. Hex color #545049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545049 is #ABAFB6. Grayscale: #505050. Windows color (decimal): -11251639 or 4804692. OLE color: 4804692.

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

Color convert

RGB848073-
CMYK00.050.130.67
HSL38.18º7.01%30.78%-
HSV(B)38.18º13.1%32.94%-
XYZ7.738.17.46-
YUV80.4123.83130.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.44%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 73 (28.91% from 255) = 30.80%
R=35.44%
G=33.76%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84807300.050.130.6738.187.0130.78
Hex54504905D432671f
Octal124120111051510346737
Binary10101001010000100100101011101100001110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545049; }

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

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

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

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

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

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

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

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