#563E30

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

Shades of Very Dark Brown #563E30

Tints of Very Dark Brown #563E30

Color information

#563E30 (or 0x563E30) is unknown color: approx Very Dark Brown. HEX triplet: 56, 3E and 30. RGB value is (86,62,48). Sum of RGB (Red+Green+Blue) = 86+62+48=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #563E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563E30 is #A9C1CF. Grayscale: #434343. Windows color (decimal): -11125200 or 3161686. OLE color: 3161686.

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

Color convert

RGB866248-
CMYK00.280.440.66
HSL22.11º28.36%26.27%-
HSV(B)22.11º44.19%33.73%-
XYZ6.095.643.56-
YUV67.58116.95141.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.88%
GREEN value IS 62 (24.61% from 255) = 31.63%
BLUE value IS 48 (19.14% from 255) = 24.49%
R=43.88%
G=31.63%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86624800.280.440.6622.1128.3626.27
Hex563E3001C2C42161c1a
Octal126766003454102263432
Binary10101101111101100000111001011001000010101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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