#563E2F

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

Shades of Very Dark Brown #563E2F

Tints of Very Dark Brown #563E2F

Color information

#563E2F (or 0x563E2F) is unknown color: approx Very Dark Brown. HEX triplet: 56, 3E and 2F. RGB value is (86,62,47). Sum of RGB (Red+Green+Blue) = 86+62+47=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #563E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563E2F is #A9C1D0. Grayscale: #434343. Windows color (decimal): -11125201 or 3096150. OLE color: 3096150.

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

Color convert

RGB866247-
CMYK00.280.450.66
HSL23.08º29.32%26.08%-
HSV(B)23.08º45.35%33.73%-
XYZ6.075.633.46-
YUV67.47116.45141.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 62 (24.61% from 255) = 31.79%
BLUE value IS 47 (18.75% from 255) = 24.10%
R=44.10%
G=31.79%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86624700.280.450.6623.0829.3226.08
Hex563E2F01C2D42171d1a
Octal126765703455102273532
Binary10101101111101011110111001011011000010101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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