#563E16

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

Shades of Dark Brown #563E16

Tints of Dark Brown #563E16

Color information

#563E16 (or 0x563E16) is unknown color: approx Dark Brown. HEX triplet: 56, 3E and 16. RGB value is (86,62,22). Sum of RGB (Red+Green+Blue) = 86+62+22=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #563E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563E16 is #A9C1E9. Grayscale: #404040. Windows color (decimal): -11125226 or 1457750. OLE color: 1457750.

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

Color convert

RGB866222-
CMYK00.280.740.66
HSL37.5º59.26%21.18%-
HSV(B)37.5º74.42%33.73%-
XYZ5.715.481.52-
YUV64.62103.95143.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.59%
GREEN value IS 62 (24.61% from 255) = 36.47%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=50.59%
G=36.47%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86622200.280.740.6637.559.2621.18
Hex563E1601C4A42263b15
Octal1267626034112102467325
Binary1010110111110101100111001001010100001010011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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