Html Css Color HEX #542946 Loulou

📋 copy color: '#542946'

red 84 ◦ green 41 ◦ blue 70

#542946
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #542946

Tints of Loulou #542946

RGB

 RED value IS 84 (33.2% from 255) = 43.08%

 GREEN value IS 41 (16.41% from 255) = 21.03%

 BLUE value IS 70 (27.73% from 255) = 35.9%

R = 43.08%
G = 21.03%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#542946 (or 0x542946) is known color: Loulou. HEX triplet: 54, 29 and 46. RGB value is (84,41,70). Sum of RGB (Red+Green+Blue) = 84+41+70=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #542946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542946 is #ABD6B9. Grayscale: #393939. Windows color (decimal): -11261626 or 4598100. OLE color: 4598100.

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

Color convert

RGB 84 41 70 -
CMYK 0 0.51 0.17 0.67
HSL 319.53º 0.34% 0.25% -
HSV(B) 319.53º 0.51% 0.33% -
XYZ 5.55 3.91 6.26 -
YUV 57.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 84 41 70 0 0.51 0.17 0.67 319.53 0.34 0.25
Hex 54 29 46 0 33 11 43 140 22 19
Octal 124 51 106 0 63 21 103 500 42 31
Binary 1010100 101001 1000110 0 110011 10001 1000011 101000000 100010 11001

Color Harmonies of #542946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542946

Black with #542946

Text Example


Text Example

White with #542946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542946; }

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

 H1.HeaderClassName
 {
   color: #542946;
 }
 .AnyTagClassName
 {
   color: #542946;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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