#564443

Color #564443 Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #564443

Tints of Woody Brown #564443

Color information

#564443 (or 0x564443) is unknown color: approx Woody Brown. HEX triplet: 56, 44 and 43. RGB value is (86,68,67). Sum of RGB (Red+Green+Blue) = 86+68+67=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 86 - color contains mainly: red. Hex color #564443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564443 is #A9BBBC. Grayscale: #494949. Windows color (decimal): -11123645 or 4408406. OLE color: 4408406.

HSL color Cylindrical-coordinate representation of color #564443: hue angle of 3.16º 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 #564443 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB866867-
CMYK00.210.220.66
HSL3.16º12.42%30%-
HSV(B)3.16º22.09%33.73%-
XYZ6.926.526.2-
YUV73.27124.46137.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 67 (26.56% from 255) = 30.32%
R=38.91%
G=30.77%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86686700.210.220.663.1612.4230
Hex56444301516423c1e
Octal1261041030252610231436
Binary10101101000100100001101010110110100001011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564443; }

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

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

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

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

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

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

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

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