#563E40

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

Shades of Jon #563E40

Tints of Jon #563E40

Color information

#563E40 (or 0x563E40) is unknown color: approx Jon. HEX triplet: 56, 3E and 40. RGB value is (86,62,64). Sum of RGB (Red+Green+Blue) = 86+62+64=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #563E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563E40 is #A9C1BF. Grayscale: #454545. Windows color (decimal): -11125184 or 4210262. OLE color: 4210262.

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

Color convert

RGB866264-
CMYK00.280.260.66
HSL355º16.22%29.02%-
HSV(B)355º27.91%33.73%-
XYZ6.495.795.63-
YUV69.4124.95139.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 62 (24.61% from 255) = 29.25%
BLUE value IS 64 (25.39% from 255) = 30.19%
R=40.57%
G=29.25%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86626400.280.260.6635516.2229.02
Hex563E4001C1A42163101d
Octal12676100034321025432035
Binary101011011111010000000111001101010000101011000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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