Html Css Color HEX #59394A Liver

📋 copy color: '#59394A'

red 89 ◦ green 57 ◦ blue 74

#59394A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Liver #59394A

Tints of Liver #59394A

RGB

 RED value IS 89 (35.16% from 255) = 40.45%

 GREEN value IS 57 (22.66% from 255) = 25.91%

 BLUE value IS 74 (29.3% from 255) = 33.64%

R = 40.45%
G = 25.91%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59394A (or 0x59394A) is known color: Liver. HEX triplet: 59, 39 and 4A. RGB value is (89,57,74). Sum of RGB (Red+Green+Blue) = 89+57+74=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #59394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59394A is #A6C6B5. Grayscale: #444444. Windows color (decimal): -10929846 or 4864345. OLE color: 4864345.

HSL color Cylindrical-coordinate representation of color #59394A: hue angle of 328.12º 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 #59394A is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 57 74 -
CMYK 0 0.36 0.17 0.65
HSL 328.13º 0.22% 0.29% -
HSV(B) 328.13º 0.36% 0.35% -
XYZ 6.82 5.54 7.19 -
YUV 68.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 89 57 74 0 0.36 0.17 0.65 328.13 0.22 0.29
Hex 59 39 4A 0 24 11 41 148 16 1D
Octal 131 71 112 0 44 21 101 510 26 35
Binary 1011001 111001 1001010 0 100100 10001 1000001 101001000 10110 11101

Color Harmonies of #59394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59394A

Black with #59394A

Text Example


Text Example

White with #59394A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59394A;
 }
 .AnyTagClassName
 {
   color: #59394A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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