Html Css Color HEX #563849 Liver

📋 copy color: '#563849'

red 86 ◦ green 56 ◦ blue 73

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

Shades of Liver #563849

Tints of Liver #563849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.05%

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

R = 40%
G = 26.05%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#563849 (or 0x563849) is known color: Liver. HEX triplet: 56, 38 and 49. RGB value is (86,56,73). Sum of RGB (Red+Green+Blue) = 86+56+73=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #563849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563849 is #A9C7B6. Grayscale: #424242. Windows color (decimal): -11126711 or 4798550. OLE color: 4798550.

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

Color convert

RGB 86 56 73 -
CMYK 0 0.35 0.15 0.66
HSL 326º 0.21% 0.28% -
HSV(B) 326º 0.35% 0.34% -
XYZ 6.45 5.29 6.98 -
YUV 66.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 86 56 73 0 0.35 0.15 0.66 326 0.21 0.28
Hex 56 38 49 0 23 F 42 146 15 1C
Octal 126 70 111 0 43 17 102 506 25 34
Binary 1010110 111000 1001001 0 100011 1111 1000010 101000110 10101 11100

Color Harmonies of #563849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563849

Black with #563849

Text Example


Text Example

White with #563849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563849; }

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

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

background-color css

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

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

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

border-color css

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

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

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