#59473F

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

Shades of Cork #59473F

Tints of Cork #59473F

Color information

#59473F (or 0x59473F) is unknown color: approx Cork. HEX triplet: 59, 47 and 3F. RGB value is (89,71,63). Sum of RGB (Red+Green+Blue) = 89+71+63=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 89 - color contains mainly: red. Hex color #59473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59473F is #A6B8C0. Grayscale: #4B4B4B. Windows color (decimal): -10926273 or 4147033. OLE color: 4147033.

HSL color Cylindrical-coordinate representation of color #59473F: hue angle of 18.46º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #59473F is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB897163-
CMYK00.200.290.65
HSL18.46º17.11%29.8%-
HSV(B)18.46º29.21%34.9%-
XYZ7.276.995.67-
YUV75.47120.96137.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.91%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 63 (25% from 255) = 28.25%
R=39.91%
G=31.84%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89716300.200.290.6518.4617.1129.8
Hex59473F0141D4112111e
Octal1311077702435101222136
Binary10110011000111111111010100111011000001100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,71,63); }

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

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

 a { background-color: rgb(89,71,63); }

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

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

 span { border-color: rgb(89,71,63); }

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