#563E1A

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

Shades of Dark Brown #563E1A

Tints of Dark Brown #563E1A

Color information

#563E1A (or 0x563E1A) is unknown color: approx Dark Brown. HEX triplet: 56, 3E and 1A. RGB value is (86,62,26). Sum of RGB (Red+Green+Blue) = 86+62+26=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #563E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563E1A is #A9C1E5. Grayscale: #414141. Windows color (decimal): -11125222 or 1719894. OLE color: 1719894.

HSL color Cylindrical-coordinate representation of color #563E1A: hue angle of 36º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #563E1A is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB866226-
CMYK00.280.700.66
HSL36º53.57%21.96%-
HSV(B)36º69.77%33.73%-
XYZ5.755.51.74-
YUV65.07105.95142.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.43%
GREEN value IS 62 (24.61% from 255) = 35.63%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=49.43%
G=35.63%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86622600.280.700.663653.5721.96
Hex563E1A01C4642243616
Octal1267632034106102446626
Binary1010110111110110100111001000110100001010010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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