#563F1B

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

Shades of Dark Brown #563F1B

Tints of Dark Brown #563F1B

Color information

#563F1B (or 0x563F1B) is unknown color: approx Dark Brown. HEX triplet: 56, 3F and 1B. RGB value is (86,63,27). Sum of RGB (Red+Green+Blue) = 86+63+27=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #563F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F1B is #A9C0E4. Grayscale: #414141. Windows color (decimal): -11124965 or 1785686. OLE color: 1785686.

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

Color convert

RGB866327-
CMYK00.270.690.66
HSL36.61º52.21%22.16%-
HSV(B)36.61º68.6%33.73%-
XYZ5.815.611.81-
YUV65.77106.12142.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 63 (25% from 255) = 35.80%
BLUE value IS 27 (10.94% from 255) = 15.34%
R=48.86%
G=35.80%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86632700.270.690.6636.6152.2122.16
Hex563F1B01B4542253416
Octal1267733033105102456426
Binary1010110111111110110110111000101100001010010111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,63,27); }

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

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

 a { background-color: rgb(86,63,27); }

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

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

 span { border-color: rgb(86,63,27); }

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