#542746

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

Shades of Loulou #542746

Tints of Loulou #542746

Color information

#542746 (or 0x542746) is unknown color: approx Loulou. HEX triplet: 54, 27 and 46. RGB value is (84,39,70). Sum of RGB (Red+Green+Blue) = 84+39+70=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 84 - color contains mainly: red. Hex color #542746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542746 is #ABD8B9. Grayscale: #373737. Windows color (decimal): -11262138 or 4597588. OLE color: 4597588.

HSL color Cylindrical-coordinate representation of color #542746: hue angle of 318.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #542746 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB843970-
CMYK00.540.170.67
HSL318.67º36.59%24.12%-
HSV(B)318.67º53.57%32.94%-
XYZ5.493.786.23-
YUV55.99135.91147.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.52%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 70 (27.73% from 255) = 36.27%
R=43.52%
G=20.21%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84397000.540.170.67318.6736.5924.12
Hex542746036114313f2518
Octal12447106066211034774530
Binary10101001001111000110011011010001100001110011111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542746; }

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

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

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

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

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

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

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

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