#542945

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

Shades of Loulou #542945

Tints of Loulou #542945

Color information

#542945 (or 0x542945) is unknown color: approx Loulou. HEX triplet: 54, 29 and 45. RGB value is (84,41,69). Sum of RGB (Red+Green+Blue) = 84+41+69=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #542945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542945 is #ABD6BA. Grayscale: #383838. Windows color (decimal): -11261627 or 4532564. OLE color: 4532564.

HSL color Cylindrical-coordinate representation of color #542945: hue angle of 320.93º 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 #542945 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB844169-
CMYK00.510.180.67
HSL320.93º34.4%24.51%-
HSV(B)320.93º51.19%32.94%-
XYZ5.523.96.09-
YUV57.05134.75147.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.30%
GREEN value IS 41 (16.41% from 255) = 21.13%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=43.30%
G=21.13%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84416900.510.180.67320.9334.424.51
Hex54294503312431412219
Octal12451105063221035014231
Binary10101001010011000101011001110010100001110100000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542945; }

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

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

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

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

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

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

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

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