#59493E

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

Shades of Cork #59493E

Tints of Cork #59493E

Color information

#59493E (or 0x59493E) is unknown color: approx Cork. HEX triplet: 59, 49 and 3E. RGB value is (89,73,62). Sum of RGB (Red+Green+Blue) = 89+73+62=224 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.73% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 89 - color contains mainly: red. Hex color #59493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59493E is #A6B6C1. Grayscale: #4C4C4C. Windows color (decimal): -10925762 or 4082009. OLE color: 4082009.

HSL color Cylindrical-coordinate representation of color #59493E: hue angle of 24.44º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59493E is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB897362-
CMYK00.180.300.65
HSL24.44º17.88%29.61%-
HSV(B)24.44º30.34%34.9%-
XYZ7.377.245.57-
YUV76.53119.8136.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.73%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 62 (24.61% from 255) = 27.68%
R=39.73%
G=32.59%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89736200.180.300.6524.4417.8829.61
Hex59493E0121E4118121e
Octal1311117602236101302236
Binary10110011001001111110010010111101000001110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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