#542D46

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

Shades of Loulou #542D46

Tints of Loulou #542D46

Color information

#542D46 (or 0x542D46) is unknown color: approx Loulou. HEX triplet: 54, 2D and 46. RGB value is (84,45,70). Sum of RGB (Red+Green+Blue) = 84+45+70=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #542D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D46 is #ABD2B9. Grayscale: #3B3B3B. Windows color (decimal): -11260602 or 4599124. OLE color: 4599124.

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

Color convert

RGB844570-
CMYK00.460.170.67
HSL321.54º30.23%25.29%-
HSV(B)321.54º46.43%32.94%-
XYZ5.74.26.31-
YUV59.51133.92145.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.21%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=42.21%
G=22.61%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84457000.460.170.67321.5430.2325.29
Hex542D4602E11431421e19
Octal12455106056211035023631
Binary1010100101101100011001011101000110000111010000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,45,70); }

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

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

 a { background-color: rgb(84,45,70); }

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

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

 span { border-color: rgb(84,45,70); }

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