#594020

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

Shades of Dark Brown #594020

Tints of Dark Brown #594020

Color information

#594020 (or 0x594020) is unknown color: approx Dark Brown. HEX triplet: 59, 40 and 20. RGB value is (89,64,32). Sum of RGB (Red+Green+Blue) = 89+64+32=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #594020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594020 is #A6BFDF. Grayscale: #434343. Windows color (decimal): -10928096 or 2113625. OLE color: 2113625.

HSL color Cylindrical-coordinate representation of color #594020: hue angle of 33.68º 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 #594020 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB896432-
CMYK00.280.640.65
HSL33.68º47.11%23.73%-
HSV(B)33.68º64.04%34.9%-
XYZ6.215.892.18-
YUV67.83107.78143.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 32 (12.89% from 255) = 17.30%
R=48.11%
G=34.59%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89643200.280.640.6533.6847.1123.73
Hex59402001C4041222f18
Octal13110040034100101425730
Binary101100110000001000000111001000000100000110001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594020; }

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

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

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

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

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

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

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

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