#564140

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

Shades of Woody Brown #564140

Tints of Woody Brown #564140

Color information

#564140 (or 0x564140) is unknown color: approx Woody Brown. HEX triplet: 56, 41 and 40. RGB value is (86,65,64). Sum of RGB (Red+Green+Blue) = 86+65+64=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #564140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564140 is #A9BEBF. Grayscale: #474747. Windows color (decimal): -11124416 or 4211030. OLE color: 4211030.

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

Color convert

RGB866564-
CMYK00.240.260.66
HSL2.73º14.67%29.41%-
HSV(B)2.73º25.58%33.73%-
XYZ6.656.135.68-
YUV71.17123.96138.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=40%
G=30.23%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86656400.240.260.662.7314.6729.41
Hex5641400181A423f1d
Octal1261011000303210231735
Binary10101101000001100000001100011010100001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564140; }

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

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

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

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

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

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

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

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