#544249

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

Shades of Liver #544249

Tints of Liver #544249

Color information

#544249 (or 0x544249) is unknown color: approx Liver. HEX triplet: 54, 42 and 49. RGB value is (84,66,73). Sum of RGB (Red+Green+Blue) = 84+66+73=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 84 - color contains mainly: red. Hex color #544249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544249 is #ABBDB6. Grayscale: #484848. Windows color (decimal): -11255223 or 4801108. OLE color: 4801108.

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

Color convert

RGB846673-
CMYK00.210.130.67
HSL336.67º12%29.41%-
HSV(B)336.67º21.43%32.94%-
XYZ6.816.267.15-
YUV72.18128.46136.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.67%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=37.67%
G=29.60%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84667300.210.130.67336.671229.41
Hex544249015D43151c1d
Octal124102111025151035211435
Binary10101001000010100100101010111011000011101010001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544249; }

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

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

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

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

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

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

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

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