#564442

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

Shades of Woody Brown #564442

Tints of Woody Brown #564442

Color information

#564442 (or 0x564442) is unknown color: approx Woody Brown. HEX triplet: 56, 44 and 42. RGB value is (86,68,66). Sum of RGB (Red+Green+Blue) = 86+68+66=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 86 - color contains mainly: red. Hex color #564442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564442 is #A9BBBD. Grayscale: #494949. Windows color (decimal): -11123646 or 4342870. OLE color: 4342870.

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

Color convert

RGB866866-
CMYK00.210.230.66
HSL13.16%29.8%-
HSV(B)23.26%33.73%-
XYZ6.896.516.05-
YUV73.15123.96137.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 66 (26.17% from 255) = 30%
R=39.09%
G=30.91%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86686600.210.230.66613.1629.8
Hex56444201517426d1e
Octal1261041020252710261536
Binary101011010001001000010010101101111000010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564442; }

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

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

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

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

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

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

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

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