#59493F

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

Shades of Cork #59493F

Tints of Cork #59493F

Color information

#59493F (or 0x59493F) is unknown color: approx Cork. HEX triplet: 59, 49 and 3F. RGB value is (89,73,63). Sum of RGB (Red+Green+Blue) = 89+73+63=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 89 - color contains mainly: red. Hex color #59493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59493F is #A6B6C0. Grayscale: #4C4C4C. Windows color (decimal): -10925761 or 4147545. OLE color: 4147545.

HSL color Cylindrical-coordinate representation of color #59493F: hue angle of 23.08º 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 #59493F is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB897363-
CMYK00.180.290.65
HSL23.08º17.11%29.8%-
HSV(B)23.08º29.21%34.9%-
XYZ7.47.255.71-
YUV76.64120.3136.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.56%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 63 (25% from 255) = 28%
R=39.56%
G=32.44%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89736300.180.290.6523.0817.1129.8
Hex59493F0121D4117111e
Octal1311117702235101272136
Binary10110011001001111111010010111011000001101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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