#59394B

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

Shades of Liver #59394B

Tints of Liver #59394B

Color information

#59394B (or 0x59394B) is unknown color: approx Liver. HEX triplet: 59, 39 and 4B. RGB value is (89,57,75). Sum of RGB (Red+Green+Blue) = 89+57+75=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #59394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59394B is #A6C6B4. Grayscale: #444444. Windows color (decimal): -10929845 or 4929881. OLE color: 4929881.

HSL color Cylindrical-coordinate representation of color #59394B: hue angle of 326.25º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59394B is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB895775-
CMYK00.360.160.65
HSL326.25º21.92%28.63%-
HSV(B)326.25º35.96%34.9%-
XYZ6.855.567.37-
YUV68.62131.6142.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.27%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=40.27%
G=25.79%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89577500.360.160.65326.2521.9228.63
Hex59394B0241041146161d
Octal13171113044201015062635
Binary1011001111001100101101001001000010000011010001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59394B; }

 p { color: rgb(89,57,75); }

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

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

 a { background-color: rgb(89,57,75); }

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

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

 span { border-color: rgb(89,57,75); }

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