#594240

Color #594240 Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #594240

Tints of Woody Brown #594240

Color information

#594240 (or 0x594240) is unknown color: approx Woody Brown. HEX triplet: 59, 42 and 40. RGB value is (89,66,64). Sum of RGB (Red+Green+Blue) = 89+66+64=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #594240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594240 is #A6BDBF. Grayscale: #484848. Windows color (decimal): -10927552 or 4211289. OLE color: 4211289.

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

Color convert

RGB896664-
CMYK00.260.280.65
HSL4.8º16.34%30%-
HSV(B)4.8º28.09%34.9%-
XYZ6.996.395.72-
YUV72.65123.12139.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.64%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 64 (25.39% from 255) = 29.22%
R=40.64%
G=30.14%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89666400.260.280.654.816.3430
Hex59424001A1C415101e
Octal1311021000323410152036
Binary1011001100001010000000110101110010000011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594240; }

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

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

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

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

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

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

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

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