#56473E

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

Shades of Cork #56473E

Tints of Cork #56473E

Color information

#56473E (or 0x56473E) is unknown color: approx Cork. HEX triplet: 56, 47 and 3E. RGB value is (86,71,62). Sum of RGB (Red+Green+Blue) = 86+71+62=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 86 - color contains mainly: red. Hex color #56473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56473E is #A9B8C1. Grayscale: #4A4A4A. Windows color (decimal): -11122882 or 4081494. OLE color: 4081494.

HSL color Cylindrical-coordinate representation of color #56473E: hue angle of 22.5º 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 #56473E is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB867162-
CMYK00.170.280.66
HSL22.5º16.22%29.02%-
HSV(B)22.5º27.91%33.73%-
XYZ6.966.835.51-
YUV74.46120.97136.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.27%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 62 (24.61% from 255) = 28.31%
R=39.27%
G=32.42%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86716200.170.280.6622.516.2229.02
Hex56473E0111C4217101d
Octal1261077602134102272035
Binary10101101000111111110010001111001000010101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56473E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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