Html Css Color HEX #563D4A Liver

📋 copy color: '#563D4A'

red 86 ◦ green 61 ◦ blue 74

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

Shades of Liver #563D4A

Tints of Liver #563D4A

RGB

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

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

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

R = 38.91%
G = 27.6%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#563D4A (or 0x563D4A) is known color: Liver. HEX triplet: 56, 3D and 4A. RGB value is (86,61,74). Sum of RGB (Red+Green+Blue) = 86+61+74=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #563D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563D4A is #A9C2B5. Grayscale: #454545. Windows color (decimal): -11125430 or 4865366. OLE color: 4865366.

HSL color Cylindrical-coordinate representation of color #563D4A: hue angle of 328.8º 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 #563D4A is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 61 74 -
CMYK 0 0.29 0.14 0.66
HSL 328.8º 0.17% 0.29% -
HSV(B) 328.8º 0.29% 0.34% -
XYZ 6.74 5.81 7.24 -
YUV 69.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 86 61 74 0 0.29 0.14 0.66 328.8 0.17 0.29
Hex 56 3D 4A 0 1D E 42 149 11 1D
Octal 126 75 112 0 35 16 102 511 21 35
Binary 1010110 111101 1001010 0 11101 1110 1000010 101001001 10001 11101

Color Harmonies of #563D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563D4A

Black with #563D4A

Text Example


Text Example

White with #563D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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