#563C31

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

Shades of Very Dark Brown #563C31

Tints of Very Dark Brown #563C31

Color information

#563C31 (or 0x563C31) is unknown color: approx Very Dark Brown. HEX triplet: 56, 3C and 31. RGB value is (86,60,49). Sum of RGB (Red+Green+Blue) = 86+60+49=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #563C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563C31 is #A9C3CE. Grayscale: #424242. Windows color (decimal): -11125711 or 3226710. OLE color: 3226710.

HSL color Cylindrical-coordinate representation of color #563C31: hue angle of 17.84º 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 #563C31 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB866049-
CMYK00.300.430.66
HSL17.84º27.41%26.47%-
HSV(B)17.84º43.02%33.73%-
XYZ6.015.433.64-
YUV66.52118.11141.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 60 (23.83% from 255) = 30.77%
BLUE value IS 49 (19.53% from 255) = 25.13%
R=44.10%
G=30.77%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86604900.300.430.6617.8427.4126.47
Hex563C3101E2B42121b1a
Octal126746103653102223332
Binary10101101111001100010111101010111000010100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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