#563E31

Color #563E31 Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #563E31

Tints of Very Dark Brown #563E31

Color information

#563E31 (or 0x563E31) is unknown color: approx Very Dark Brown. HEX triplet: 56, 3E and 31. RGB value is (86,62,49). Sum of RGB (Red+Green+Blue) = 86+62+49=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #563E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563E31 is #A9C1CE. Grayscale: #434343. Windows color (decimal): -11125199 or 3227222. OLE color: 3227222.

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

Color convert

RGB866249-
CMYK00.280.430.66
HSL21.08º27.41%26.47%-
HSV(B)21.08º43.02%33.73%-
XYZ6.115.653.67-
YUV67.69117.45141.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 62 (24.61% from 255) = 31.47%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=43.65%
G=31.47%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86624900.280.430.6621.0827.4126.47
Hex563E3101C2B42151b1a
Octal126766103453102253332
Binary10101101111101100010111001010111000010101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,62,49); }

 H1.HeaderClassName
 {
   color: #563E31;
 }
 .AnyTagClassName
 {
   color: #563E31;
 }
</style>
background-color css

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

 a { background-color: rgb(86,62,49); }

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

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

 span { border-color: rgb(86,62,49); }

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