Html Css Color HEX #563948 Liver

📋 copy color: '#563948'

red 86 ◦ green 57 ◦ blue 72

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

Shades of Liver #563948

Tints of Liver #563948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.51%

 BLUE value IS 72 (28.52% from 255) = 33.49%

R = 40%
G = 26.51%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#563948 (or 0x563948) is known color: Liver. HEX triplet: 56, 39 and 48. RGB value is (86,57,72). Sum of RGB (Red+Green+Blue) = 86+57+72=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #563948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563948 is #A9C6B7. Grayscale: #434343. Windows color (decimal): -11126456 or 4733270. OLE color: 4733270.

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

Color convert

RGB 86 57 72 -
CMYK 0 0.34 0.16 0.66
HSL 328.97º 0.2% 0.28% -
HSV(B) 328.97º 0.34% 0.34% -
XYZ 6.47 5.37 6.83 -
YUV 67.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 86 57 72 0 0.34 0.16 0.66 328.97 0.2 0.28
Hex 56 39 48 0 22 10 42 149 14 1C
Octal 126 71 110 0 42 20 102 511 24 34
Binary 1010110 111001 1001000 0 100010 10000 1000010 101001001 10100 11100

Color Harmonies of #563948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563948

Black with #563948

Text Example


Text Example

White with #563948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563948; }

 p { color: rgb(86,57,72); }

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

background-color css

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

 a { background-color: rgb(86,57,72); }

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

border-color css

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

 span { border-color: rgb(86,57,72); }

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