#594B41

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

Shades of Cork #594B41

Tints of Cork #594B41

Color information

#594B41 (or 0x594B41) is unknown color: approx Cork. HEX triplet: 59, 4B and 41. RGB value is (89,75,65). Sum of RGB (Red+Green+Blue) = 89+75+65=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 89 - color contains mainly: red. Hex color #594B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B41 is #A6B4BE. Grayscale: #4E4E4E. Windows color (decimal): -10925247 or 4279129. OLE color: 4279129.

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

Color convert

RGB897565-
CMYK00.160.270.65
HSL25º15.58%30.2%-
HSV(B)25º26.97%34.9%-
XYZ7.597.546.06-
YUV78.05120.64135.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.86%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 65 (25.78% from 255) = 28.38%
R=38.86%
G=32.75%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89756500.160.270.652515.5830.2
Hex594B410101B4119101e
Octal13111310102033101312036
Binary101100110010111000001010000110111000001110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,75,65); }

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

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

 a { background-color: rgb(89,75,65); }

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

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

 span { border-color: rgb(89,75,65); }

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