Html Css Color HEX #563E40 Jon

📋 copy color: '#563E40'

red 86 ◦ green 62 ◦ blue 64

#563E40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jon #563E40

Tints of Jon #563E40

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 value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#563E40 (or 0x563E40) is known color: 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

RGB 86 62 64 -
CMYK 0 0.28 0.26 0.66
HSL 355º 0.16% 0.29% -
HSV(B) 355º 0.28% 0.34% -
XYZ 6.49 5.79 5.63 -
YUV 69.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 86 62 64 0 0.28 0.26 0.66 355 0.16 0.29
Hex 56 3E 40 0 1C 1A 42 163 10 1D
Octal 126 76 100 0 34 32 102 543 20 35
Binary 1010110 111110 1000000 0 11100 11010 1000010 101100011 10000 11101

Color Harmonies of #563E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563E40

Black with #563E40

Text Example


Text Example

White with #563E40

Text Example


Text Example

HTML Codes & Css Web 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>