#564444

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

Shades of Woody Brown #564444

Tints of Woody Brown #564444

Color information

#564444 (or 0x564444) is unknown color: approx Woody Brown. HEX triplet: 56, 44 and 44. RGB value is (86,68,68). Sum of RGB (Red+Green+Blue) = 86+68+68=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 86 - color contains mainly: red. Hex color #564444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564444 is #A9BBBB. Grayscale: #494949. Windows color (decimal): -11123644 or 4473942. OLE color: 4473942.

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

Color convert

RGB866868-
CMYK00.210.210.66
HSL11.69%30.2%-
HSV(B)20.93%33.73%-
XYZ6.956.536.36-
YUV73.38124.96137-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 68 (26.95% from 255) = 30.63%
R=38.74%
G=30.63%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86686800.210.210.66011.6930.2
Hex56444401515420c1e
Octal1261041040252510201436
Binary1010110100010010001000101011010110000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564444; }

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

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

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

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

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

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

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

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