#563F30

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

Shades of Very Dark Brown #563F30

Tints of Very Dark Brown #563F30

Color information

#563F30 (or 0x563F30) is unknown color: approx Very Dark Brown. HEX triplet: 56, 3F and 30. RGB value is (86,63,48). Sum of RGB (Red+Green+Blue) = 86+63+48=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #563F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F30 is #A9C0CF. Grayscale: #444444. Windows color (decimal): -11124944 or 3161942. OLE color: 3161942.

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

Color convert

RGB866348-
CMYK00.270.440.66
HSL23.68º28.36%26.27%-
HSV(B)23.68º44.19%33.73%-
XYZ6.155.753.58-
YUV68.17116.62140.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 63 (25% from 255) = 31.98%
BLUE value IS 48 (19.14% from 255) = 24.37%
R=43.65%
G=31.98%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86634800.270.440.6623.6828.3626.27
Hex563F3001B2C42181c1a
Octal126776003354102303432
Binary10101101111111100000110111011001000010110001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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