#594C44

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

Shades of Cork #594C44

Tints of Cork #594C44

Color information

#594C44 (or 0x594C44) is unknown color: approx Cork. HEX triplet: 59, 4C and 44. RGB value is (89,76,68). Sum of RGB (Red+Green+Blue) = 89+76+68=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 89 - color contains mainly: red. Hex color #594C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C44 is #A6B3BB. Grayscale: #4F4F4F. Windows color (decimal): -10924988 or 4475993. OLE color: 4475993.

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

Color convert

RGB897668-
CMYK00.150.240.65
HSL22.86º13.38%30.78%-
HSV(B)22.86º23.6%34.9%-
XYZ7.757.716.55-
YUV78.97121.81135.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.20%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 68 (26.95% from 255) = 29.18%
R=38.20%
G=32.62%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89766800.150.240.6522.8613.3830.78
Hex594C440F184117d1f
Octal13111410401730101271537
Binary1011001100110010001000111111000100000110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,76,68); }

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

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

 a { background-color: rgb(89,76,68); }

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

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

 span { border-color: rgb(89,76,68); }

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