Html Css Color HEX #544149 Liver

📋 copy color: '#544149'

red 84 ◦ green 65 ◦ blue 73

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

Shades of Liver #544149

Tints of Liver #544149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.28%

 BLUE value IS 73 (28.91% from 255) = 32.88%

R = 37.84%
G = 29.28%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#544149 (or 0x544149) is known color: Liver. HEX triplet: 54, 41 and 49. RGB value is (84,65,73). Sum of RGB (Red+Green+Blue) = 84+65+73=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 84 - color contains mainly: red. Hex color #544149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544149 is #ABBEB6. Grayscale: #474747. Windows color (decimal): -11255479 or 4800852. OLE color: 4800852.

HSL color Cylindrical-coordinate representation of color #544149: hue angle of 334.74º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #544149 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 65 73 -
CMYK 0 0.23 0.13 0.67
HSL 334.74º 0.13% 0.29% -
HSV(B) 334.74º 0.23% 0.33% -
XYZ 6.75 6.15 7.13 -
YUV 71.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 84 65 73 0 0.23 0.13 0.67 334.74 0.13 0.29
Hex 54 41 49 0 17 D 43 14F D 1D
Octal 124 101 111 0 27 15 103 517 15 35
Binary 1010100 1000001 1001001 0 10111 1101 1000011 101001111 1101 11101

Color Harmonies of #544149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544149

Black with #544149

Text Example


Text Example

White with #544149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544149; }

 p { color: rgb(84,65,73); }

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

background-color css

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

 a { background-color: rgb(84,65,73); }

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

border-color css

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

 span { border-color: rgb(84,65,73); }

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