Html Css Color HEX #563F40 Jon

📋 copy color: '#563F40'

red 86 ◦ green 63 ◦ blue 64

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

Shades of Jon #563F40

Tints of Jon #563F40

RGB

 RED value IS 86 (33.98% from 255) = 40.38%

 GREEN value IS 63 (25% from 255) = 29.58%

 BLUE value IS 64 (25.39% from 255) = 30.05%

R = 40.38%
G = 29.58%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#563F40 (or 0x563F40) is known color: Jon. HEX triplet: 56, 3F and 40. RGB value is (86,63,64). Sum of RGB (Red+Green+Blue) = 86+63+64=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 86 - color contains mainly: red. Hex color #563F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563F40 is #A9C0BF. Grayscale: #464646. Windows color (decimal): -11124928 or 4210518. OLE color: 4210518.

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

Color convert

RGB 86 63 64 -
CMYK 0 0.27 0.26 0.66
HSL 357.39º 0.15% 0.29% -
HSV(B) 357.39º 0.27% 0.34% -
XYZ 6.54 5.9 5.65 -
YUV 69.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 86 63 64 0 0.27 0.26 0.66 357.39 0.15 0.29
Hex 56 3F 40 0 1B 1A 42 165 F 1D
Octal 126 77 100 0 33 32 102 545 17 35
Binary 1010110 111111 1000000 0 11011 11010 1000010 101100101 1111 11101

Color Harmonies of #563F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F40

Black with #563F40

Text Example


Text Example

White with #563F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #563F40;
 }
 .AnyTagClassName
 {
   color: #563F40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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