#564241

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

Shades of Woody Brown #564241

Tints of Woody Brown #564241

Color information

#564241 (or 0x564241) is unknown color: approx Woody Brown. HEX triplet: 56, 42 and 41. RGB value is (86,66,65). Sum of RGB (Red+Green+Blue) = 86+66+65=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 86 - color contains mainly: red. Hex color #564241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564241 is #A9BDBE. Grayscale: #474747. Windows color (decimal): -11124159 or 4276822. OLE color: 4276822.

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

Color convert

RGB866665-
CMYK00.230.240.66
HSL2.86º13.91%29.61%-
HSV(B)2.86º24.42%33.73%-
XYZ6.746.265.85-
YUV71.87124.13138.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 65 (25.78% from 255) = 29.95%
R=39.63%
G=30.41%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86666500.230.240.662.8613.9129.61
Hex56424101718423e1e
Octal1261021010273010231636
Binary10101101000010100000101011111000100001011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564241; }

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

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

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

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

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

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

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

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