Html Css Color HEX #563D49 Liver

📋 copy color: '#563D49'

red 86 ◦ green 61 ◦ blue 73

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

Shades of Liver #563D49

Tints of Liver #563D49

RGB

 RED value IS 86 (33.98% from 255) = 39.09%

 GREEN value IS 61 (24.22% from 255) = 27.73%

 BLUE value IS 73 (28.91% from 255) = 33.18%

R = 39.09%
G = 27.73%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#563D49 (or 0x563D49) is known color: Liver. HEX triplet: 56, 3D and 49. RGB value is (86,61,73). Sum of RGB (Red+Green+Blue) = 86+61+73=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 86 - color contains mainly: red. Hex color #563D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563D49 is #A9C2B6. Grayscale: #454545. Windows color (decimal): -11125431 or 4799830. OLE color: 4799830.

HSL color Cylindrical-coordinate representation of color #563D49: hue angle of 331.2º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #563D49 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 61 73 -
CMYK 0 0.29 0.15 0.66
HSL 331.2º 0.17% 0.29% -
HSV(B) 331.2º 0.29% 0.34% -
XYZ 6.71 5.8 7.07 -
YUV 69.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 86 61 73 0 0.29 0.15 0.66 331.2 0.17 0.29
Hex 56 3D 49 0 1D F 42 14B 11 1D
Octal 126 75 111 0 35 17 102 513 21 35
Binary 1010110 111101 1001001 0 11101 1111 1000010 101001011 10001 11101

Color Harmonies of #563D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563D49

Black with #563D49

Text Example


Text Example

White with #563D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563D49; }

 p { color: rgb(86,61,73); }

 H1.HeaderClassName
 {
   color: #563D49;
 }
 .AnyTagClassName
 {
   color: #563D49;
 }
</style>

background-color css

<style>
 a { background-color: #563D49; }

 a { background-color: rgb(86,61,73); }

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

border-color css

<style>
 span { border-color: #563D49; }

 span { border-color: rgb(86,61,73); }

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