#56403F

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

Shades of Woody Brown #56403F

Tints of Woody Brown #56403F

Color information

#56403F (or 0x56403F) is unknown color: approx Woody Brown. HEX triplet: 56, 40 and 3F. RGB value is (86,64,63). Sum of RGB (Red+Green+Blue) = 86+64+63=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 86 - color contains mainly: red. Hex color #56403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56403F is #A9BFC0. Grayscale: #464646. Windows color (decimal): -11124673 or 4145238. OLE color: 4145238.

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

Color convert

RGB866463-
CMYK00.260.270.66
HSL2.61º15.44%29.22%-
HSV(B)2.61º26.74%33.73%-
XYZ6.5765.52-
YUV70.46123.79139.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.38%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 63 (25% from 255) = 29.58%
R=40.38%
G=30.05%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86646300.260.270.662.6115.4429.22
Hex56403F01A1B423f1d
Octal126100770323310231735
Binary1010110100000011111101101011011100001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56403F; }

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

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

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

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

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

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

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

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