#59374A

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

Shades of Liver #59374A

Tints of Liver #59374A

Color information

#59374A (or 0x59374A) is unknown color: approx Liver. HEX triplet: 59, 37 and 4A. RGB value is (89,55,74). Sum of RGB (Red+Green+Blue) = 89+55+74=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #59374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59374A is #A6C8B5. Grayscale: #434343. Windows color (decimal): -10930358 or 4863833. OLE color: 4863833.

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

Color convert

RGB895574-
CMYK00.380.170.65
HSL326.47º23.61%28.24%-
HSV(B)326.47º38.2%34.9%-
XYZ6.725.357.16-
YUV67.33131.76143.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.83%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=40.83%
G=25.23%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89557400.380.170.65326.4723.6128.24
Hex59374A0261141146181c
Octal13167112046211015063034
Binary1011001110111100101001001101000110000011010001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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