#59364A

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

Shades of Liver #59364A

Tints of Liver #59364A

Color information

#59364A (or 0x59364A) is unknown color: approx Liver. HEX triplet: 59, 36 and 4A. RGB value is (89,54,74). Sum of RGB (Red+Green+Blue) = 89+54+74=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 89 - color contains mainly: red. Hex color #59364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59364A is #A6C9B5. Grayscale: #424242. Windows color (decimal): -10930614 or 4863577. OLE color: 4863577.

HSL color Cylindrical-coordinate representation of color #59364A: hue angle of 325.71º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59364A is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB895474-
CMYK00.390.170.65
HSL325.71º24.48%28.04%-
HSV(B)325.71º39.33%34.9%-
XYZ6.685.267.14-
YUV66.74132.1143.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.01%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=41.01%
G=24.88%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89547400.390.170.65325.7124.4828.04
Hex59364A0271141146181c
Octal13166112047211015063034
Binary1011001110110100101001001111000110000011010001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59364A; }

 p { color: rgb(89,54,74); }

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

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

 a { background-color: rgb(89,54,74); }

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

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

 span { border-color: rgb(89,54,74); }

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