#59444D

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

Shades of Liver #59444D

Tints of Liver #59444D

Color information

#59444D (or 0x59444D) is unknown color: approx Liver. HEX triplet: 59, 44 and 4D. RGB value is (89,68,77). Sum of RGB (Red+Green+Blue) = 89+68+77=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #59444D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59444D is #A6BBB2. Grayscale: #4B4B4B. Windows color (decimal): -10927027 or 5063769. OLE color: 5063769.

HSL color Cylindrical-coordinate representation of color #59444D: hue angle of 334.29º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #59444D is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB896877-
CMYK00.240.130.65
HSL334.29º13.38%30.78%-
HSV(B)334.29º23.6%34.9%-
XYZ7.536.797.94-
YUV75.31128.96137.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.03%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=38.03%
G=29.06%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89687700.240.130.65334.2913.3830.78
Hex59444D018D4114ed1f
Octal131104115030151015161537
Binary10110011000100100110101100011011000001101001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59444D; }

 p { color: rgb(89,68,77); }

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

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

 a { background-color: rgb(89,68,77); }

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

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

 span { border-color: rgb(89,68,77); }

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