#56493F

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

Shades of Cork #56493F

Tints of Cork #56493F

Color information

#56493F (or 0x56493F) is unknown color: approx Cork. HEX triplet: 56, 49 and 3F. RGB value is (86,73,63). Sum of RGB (Red+Green+Blue) = 86+73+63=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 86 - color contains mainly: red. Hex color #56493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56493F is #A9B6C0. Grayscale: #4B4B4B. Windows color (decimal): -11122369 or 4147542. OLE color: 4147542.

HSL color Cylindrical-coordinate representation of color #56493F: hue angle of 26.09º 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 #56493F is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB867363-
CMYK00.150.270.66
HSL26.09º15.44%29.22%-
HSV(B)26.09º26.74%33.73%-
XYZ7.127.15.7-
YUV75.75120.81135.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 63 (25% from 255) = 28.38%
R=38.74%
G=32.88%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86736300.150.270.6626.0915.4429.22
Hex56493F0F1B421af1d
Octal1261117701733102321735
Binary101011010010011111110111111011100001011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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