Html Css Color HEX #563C49 Liver

📋 copy color: '#563C49'

red 86 ◦ green 60 ◦ blue 73

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

Shades of Liver #563C49

Tints of Liver #563C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.4%

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

R = 39.27%
G = 27.4%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#563C49 (or 0x563C49) is known color: Liver. HEX triplet: 56, 3C and 49. RGB value is (86,60,73). Sum of RGB (Red+Green+Blue) = 86+60+73=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 86 - color contains mainly: red. Hex color #563C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C49 is #A9C3B6. Grayscale: #454545. Windows color (decimal): -11125687 or 4799574. OLE color: 4799574.

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

Color convert

RGB 86 60 73 -
CMYK 0 0.30 0.15 0.66
HSL 330º 0.18% 0.29% -
HSV(B) 330º 0.3% 0.34% -
XYZ 6.66 5.69 7.05 -
YUV 69.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 86 60 73 0 0.30 0.15 0.66 330 0.18 0.29
Hex 56 3C 49 0 1E F 42 14A 12 1D
Octal 126 74 111 0 36 17 102 512 22 35
Binary 1010110 111100 1001001 0 11110 1111 1000010 101001010 10010 11101

Color Harmonies of #563C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563C49

Black with #563C49

Text Example


Text Example

White with #563C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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