Html Css Color HEX #59364A Liver

📋 copy color: '#59364A'

red 89 ◦ green 54 ◦ blue 74

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

Shades of Liver #59364A

Tints of Liver #59364A

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.3% from 255) = 34.1%

R = 41.01%
G = 24.88%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59364A (or 0x59364A) is known color: 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

RGB 89 54 74 -
CMYK 0 0.39 0.17 0.65
HSL 325.71º 0.24% 0.28% -
HSV(B) 325.71º 0.39% 0.35% -
XYZ 6.68 5.26 7.14 -
YUV 66.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 89 54 74 0 0.39 0.17 0.65 325.71 0.24 0.28
Hex 59 36 4A 0 27 11 41 146 18 1C
Octal 131 66 112 0 47 21 101 506 30 34
Binary 1011001 110110 1001010 0 100111 10001 1000001 101000110 11000 11100

Color Harmonies of #59364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59364A

Black with #59364A

Text Example


Text Example

White with #59364A

Text Example


Text Example

HTML Codes & Css Web 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>