#564B45

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

Shades of Cork #564B45

Tints of Cork #564B45

Color information

#564B45 (or 0x564B45) is unknown color: approx Cork. HEX triplet: 56, 4B and 45. RGB value is (86,75,69). Sum of RGB (Red+Green+Blue) = 86+75+69=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 86 - color contains mainly: red. Hex color #564B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B45 is #A9B4BA. Grayscale: #4D4D4D. Windows color (decimal): -11121851 or 4541270. OLE color: 4541270.

HSL color Cylindrical-coordinate representation of color #564B45: hue angle of 21.18º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #564B45 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB867569-
CMYK00.130.200.66
HSL21.18º10.97%30.39%-
HSV(B)21.18º19.77%33.73%-
XYZ7.437.446.67-
YUV77.6123.14133.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.39%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 69 (27.34% from 255) = 30%
R=37.39%
G=32.61%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86756900.130.200.6621.1810.9730.39
Hex564B450D144215b1e
Octal12611310501524102251336
Binary1010110100101110001010110110100100001010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,75,69); }

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

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

 a { background-color: rgb(86,75,69); }

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

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

 span { border-color: rgb(86,75,69); }

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