#56443E

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

Shades of Very Dark Brown #56443E

Tints of Very Dark Brown #56443E

Color information

#56443E (or 0x56443E) is unknown color: approx Very Dark Brown. HEX triplet: 56, 44 and 3E. RGB value is (86,68,62). Sum of RGB (Red+Green+Blue) = 86+68+62=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 86 - color contains mainly: red. Hex color #56443E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56443E is #A9BBC1. Grayscale: #484848. Windows color (decimal): -11123650 or 4080726. OLE color: 4080726.

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

Color convert

RGB866862-
CMYK00.210.280.66
HSL15º16.22%29.02%-
HSV(B)15º27.91%33.73%-
XYZ6.776.465.45-
YUV72.7121.96137.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 62 (24.61% from 255) = 28.70%
R=39.81%
G=31.48%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86686200.210.280.661516.2229.02
Hex56443E0151C42f101d
Octal1261047602534102172035
Binary1010110100010011111001010111100100001011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56443E; }

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

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

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

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

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

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

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

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