#564D47

Color #564D47 Cork (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cork #564D47

Tints of Cork #564D47

Color information

#564D47 (or 0x564D47) is unknown color: approx Cork. HEX triplet: 56, 4D and 47. RGB value is (86,77,71). Sum of RGB (Red+Green+Blue) = 86+77+71=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 86 - color contains mainly: red. Hex color #564D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D47 is #A9B2B8. Grayscale: #4F4F4F. Windows color (decimal): -11121337 or 4672854. OLE color: 4672854.

HSL color Cylindrical-coordinate representation of color #564D47: hue angle of 24º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #564D47 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB867771-
CMYK00.100.170.66
HSL24º9.55%30.78%-
HSV(B)24º17.44%33.73%-
XYZ7.637.747.05-
YUV79.01123.48132.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.75%
GREEN value IS 77 (30.47% from 255) = 32.91%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=36.75%
G=32.91%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86777100.100.170.66249.5530.78
Hex564D470A114218a1f
Octal12611510701221102301237
Binary1010110100110110001110101010001100001011000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564D47; }

 p { color: rgb(86,77,71); }

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

<style>
 a { background-color: #564D47; }

 a { background-color: rgb(86,77,71); }

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

<style>
 span { border-color: #564D47; }

 span { border-color: rgb(86,77,71); }

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