Html Css Color HEX #545049 Masala

📋 copy color: '#545049'

red 84 ◦ green 80 ◦ blue 73

#545049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Masala #545049

Tints of Masala #545049

RGB

 RED value IS 84 (33.2% from 255) = 35.44%

 GREEN value IS 80 (31.64% from 255) = 33.76%

 BLUE value IS 73 (28.91% from 255) = 30.8%

R = 35.44%
G = 33.76%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#545049 (or 0x545049) is known color: 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

RGB 84 80 73 -
CMYK 0 0.05 0.13 0.67
HSL 38.18º 0.07% 0.31% -
HSV(B) 38.18º 0.13% 0.33% -
XYZ 7.73 8.1 7.46 -
YUV 80.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 84 80 73 0 0.05 0.13 0.67 38.18 0.07 0.31
Hex 54 50 49 0 5 D 43 26 7 1F
Octal 124 120 111 0 5 15 103 46 7 37
Binary 1010100 1010000 1001001 0 101 1101 1000011 100110 111 11111

Color Harmonies of #545049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545049

Black with #545049

Text Example


Text Example

White with #545049

Text Example


Text Example

HTML Codes & Css Web 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>