#594120

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

Shades of Dark Brown #594120

Tints of Dark Brown #594120

Color information

#594120 (or 0x594120) is unknown color: approx Dark Brown. HEX triplet: 59, 41 and 20. RGB value is (89,65,32). Sum of RGB (Red+Green+Blue) = 89+65+32=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #594120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594120 is #A6BEDF. Grayscale: #444444. Windows color (decimal): -10927840 or 2113881. OLE color: 2113881.

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

Color convert

RGB896532-
CMYK00.270.640.65
HSL34.74º47.11%23.73%-
HSV(B)34.74º64.04%34.9%-
XYZ6.276.012.2-
YUV68.41107.45142.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.85%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 32 (12.89% from 255) = 17.20%
R=47.85%
G=34.95%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89653200.270.640.6534.7447.1123.73
Hex59412001B4041232f18
Octal13110140033100101435730
Binary101100110000011000000110111000000100000110001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594120; }

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

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

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

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

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

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

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

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