#594A42

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

Shades of Cork #594A42

Tints of Cork #594A42

Color information

#594A42 (or 0x594A42) is unknown color: approx Cork. HEX triplet: 59, 4A and 42. RGB value is (89,74,66). Sum of RGB (Red+Green+Blue) = 89+74+66=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 89 - color contains mainly: red. Hex color #594A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A42 is #A6B5BD. Grayscale: #4D4D4D. Windows color (decimal): -10925502 or 4344409. OLE color: 4344409.

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

Color convert

RGB897466-
CMYK00.170.260.65
HSL20.87º14.84%30.39%-
HSV(B)20.87º25.84%34.9%-
XYZ7.557.416.19-
YUV77.57121.47136.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.86%
GREEN value IS 74 (29.30% from 255) = 32.31%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=38.86%
G=32.31%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89746600.170.260.6520.8714.8430.39
Hex594A420111A4115f1e
Octal13111210202132101251736
Binary10110011001010100001001000111010100000110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,74,66); }

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

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

 a { background-color: rgb(89,74,66); }

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

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

 span { border-color: rgb(89,74,66); }

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