#542C46

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

Shades of Loulou #542C46

Tints of Loulou #542C46

Color information

#542C46 (or 0x542C46) is unknown color: approx Loulou. HEX triplet: 54, 2C and 46. RGB value is (84,44,70). Sum of RGB (Red+Green+Blue) = 84+44+70=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #542C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542C46 is #ABD3B9. Grayscale: #3A3A3A. Windows color (decimal): -11260858 or 4598868. OLE color: 4598868.

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

Color convert

RGB844470-
CMYK00.480.170.67
HSL321º31.25%25.1%-
HSV(B)321º47.62%32.94%-
XYZ5.664.136.29-
YUV58.92134.25145.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.42%
GREEN value IS 44 (17.58% from 255) = 22.22%
BLUE value IS 70 (27.73% from 255) = 35.35%
R=42.42%
G=22.22%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84447000.480.170.6732131.2525.1
Hex542C4603011431411f19
Octal12454106060211035013731
Binary1010100101100100011001100001000110000111010000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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