#564B43

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

Shades of Cork #564B43

Tints of Cork #564B43

Color information

#564B43 (or 0x564B43) is unknown color: approx Cork. HEX triplet: 56, 4B and 43. RGB value is (86,75,67). Sum of RGB (Red+Green+Blue) = 86+75+67=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #564B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B43 is #A9B4BC. Grayscale: #4D4D4D. Windows color (decimal): -11121853 or 4410198. OLE color: 4410198.

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

Color convert

RGB867567-
CMYK00.130.220.66
HSL25.26º12.42%30%-
HSV(B)25.26º22.09%33.73%-
XYZ7.377.426.35-
YUV77.38122.14134.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 67 (26.56% from 255) = 29.39%
R=37.72%
G=32.89%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86756700.130.220.6625.2612.4230
Hex564B430D164219c1e
Octal12611310301526102311436
Binary1010110100101110000110110110110100001011001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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