#594D45

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

Shades of Cork #594D45

Tints of Cork #594D45

Color information

#594D45 (or 0x594D45) is unknown color: approx Cork. HEX triplet: 59, 4D and 45. RGB value is (89,77,69). Sum of RGB (Red+Green+Blue) = 89+77+69=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 89 - color contains mainly: red. Hex color #594D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D45 is #A6B2BA. Grayscale: #4F4F4F. Windows color (decimal): -10924731 or 4541785. OLE color: 4541785.

HSL color Cylindrical-coordinate representation of color #594D45: hue angle of 24º 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 #594D45 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB897769-
CMYK00.130.220.65
HSL24º12.66%30.98%-
HSV(B)24º22.47%34.9%-
XYZ7.857.866.73-
YUV79.68121.98134.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.87%
GREEN value IS 77 (30.47% from 255) = 32.77%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=37.87%
G=32.77%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89776900.130.220.652412.6630.98
Hex594D450D164118d1f
Octal13111510501526101301537
Binary1011001100110110001010110110110100000111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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