#564139

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

Shades of Very Dark Brown #564139

Tints of Very Dark Brown #564139

Color information

#564139 (or 0x564139) is unknown color: approx Very Dark Brown. HEX triplet: 56, 41 and 39. RGB value is (86,65,57). Sum of RGB (Red+Green+Blue) = 86+65+57=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 86 - color contains mainly: red. Hex color #564139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564139 is #A9BEC6. Grayscale: #464646. Windows color (decimal): -11124423 or 3752278. OLE color: 3752278.

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

Color convert

RGB866557-
CMYK00.240.340.66
HSL16.55º20.28%28.04%-
HSV(B)16.55º33.72%33.73%-
XYZ6.476.054.7-
YUV70.37120.46139.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.35%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 57 (22.66% from 255) = 27.40%
R=41.35%
G=31.25%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86655700.240.340.6616.5520.2828.04
Hex564139018224211141c
Octal1261017103042102212434
Binary101011010000011110010110001000101000010100011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564139; }

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

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

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

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

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

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

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

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