#542948

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

Shades of Loulou #542948

Tints of Loulou #542948

Color information

#542948 (or 0x542948) is unknown color: approx Loulou. HEX triplet: 54, 29 and 48. RGB value is (84,41,72). Sum of RGB (Red+Green+Blue) = 84+41+72=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #542948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542948 is #ABD6B7. Grayscale: #393939. Windows color (decimal): -11261624 or 4729172. OLE color: 4729172.

HSL color Cylindrical-coordinate representation of color #542948: hue angle of 316.74º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #542948 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB844172-
CMYK00.510.140.67
HSL316.74º34.4%24.51%-
HSV(B)316.74º51.19%32.94%-
XYZ5.623.946.59-
YUV57.39136.25146.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 41 (16.41% from 255) = 20.81%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=42.64%
G=20.81%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84417200.510.140.67316.7434.424.51
Hex542948033E4313d2219
Octal12451110063161034754231
Binary1010100101001100100001100111110100001110011110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542948; }

 p { color: rgb(84,41,72); }

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

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

 a { background-color: rgb(84,41,72); }

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

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

 span { border-color: rgb(84,41,72); }

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