#594A3F

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

Shades of Cork #594A3F

Tints of Cork #594A3F

Color information

#594A3F (or 0x594A3F) is unknown color: approx Cork. HEX triplet: 59, 4A and 3F. RGB value is (89,74,63). Sum of RGB (Red+Green+Blue) = 89+74+63=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 89 - color contains mainly: red. Hex color #594A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A3F is #A6B5C0. Grayscale: #4D4D4D. Windows color (decimal): -10925505 or 4147801. OLE color: 4147801.

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

Color convert

RGB897463-
CMYK00.170.290.65
HSL25.38º17.11%29.8%-
HSV(B)25.38º29.21%34.9%-
XYZ7.477.385.73-
YUV77.23119.97136.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.38%
GREEN value IS 74 (29.30% from 255) = 32.74%
BLUE value IS 63 (25% from 255) = 27.88%
R=39.38%
G=32.74%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89746300.170.290.6525.3817.1129.8
Hex594A3F0111D4119111e
Octal1311127702135101312136
Binary10110011001010111111010001111011000001110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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