#594E45

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

Shades of Cork #594E45

Tints of Cork #594E45

Color information

#594E45 (or 0x594E45) is unknown color: approx Cork. HEX triplet: 59, 4E and 45. RGB value is (89,78,69). Sum of RGB (Red+Green+Blue) = 89+78+69=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 89 - color contains mainly: red. Hex color #594E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E45 is #A6B1BA. Grayscale: #505050. Windows color (decimal): -10924475 or 4542041. OLE color: 4542041.

HSL color Cylindrical-coordinate representation of color #594E45: hue angle of 27º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #594E45 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB897869-
CMYK00.120.220.65
HSL27º12.66%30.98%-
HSV(B)27º22.47%34.9%-
XYZ7.9286.76-
YUV80.26121.64134.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.71%
GREEN value IS 78 (30.86% from 255) = 33.05%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=37.71%
G=33.05%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89786900.120.220.652712.6630.98
Hex594E450C16411bd1f
Octal13111610501426101331537
Binary1011001100111010001010110010110100000111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594E45; }

 p { color: rgb(89,78,69); }

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

<style>
 a { background-color: #594E45; }

 a { background-color: rgb(89,78,69); }

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

<style>
 span { border-color: #594E45; }

 span { border-color: rgb(89,78,69); }

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