#542E49

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

Shades of Loulou #542E49

Tints of Loulou #542E49

Color information

#542E49 (or 0x542E49) is unknown color: approx Loulou. HEX triplet: 54, 2E and 49. RGB value is (84,46,73). Sum of RGB (Red+Green+Blue) = 84+46+73=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 84 - color contains mainly: red. Hex color #542E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542E49 is #ABD1B6. Grayscale: #3C3C3C. Windows color (decimal): -11260343 or 4795988. OLE color: 4795988.

HSL color Cylindrical-coordinate representation of color #542E49: hue angle of 317.37º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #542E49 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB844673-
CMYK00.450.130.67
HSL317.37º29.23%25.49%-
HSV(B)317.37º45.24%32.94%-
XYZ5.844.326.83-
YUV60.44135.09144.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.38%
GREEN value IS 46 (18.36% from 255) = 22.66%
BLUE value IS 73 (28.91% from 255) = 35.96%
R=41.38%
G=22.66%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84467300.450.130.67317.3729.2325.49
Hex542E4902DD4313d1d19
Octal12456111055151034753531
Binary101010010111010010010101101110110000111001111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542E49; }

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

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

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

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

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

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

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

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