Html Css Color HEX #594120 Dark Brown

📋 copy color: '#594120'

red 89 ◦ green 65 ◦ blue 32

#594120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Brown #594120

Tints of Dark Brown #594120

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.2%

R = 47.85%
G = 34.95%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#594120 (or 0x594120) is known color: 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

RGB 89 65 32 -
CMYK 0 0.27 0.64 0.65
HSL 34.74º 0.47% 0.24% -
HSV(B) 34.74º 0.64% 0.35% -
XYZ 6.27 6.01 2.2 -
YUV 68.41 107.45 142.68 -
System Red Green Blue C M Y K H S L
Decimal 89 65 32 0 0.27 0.64 0.65 34.74 0.47 0.24
Hex 59 41 20 0 1B 40 41 23 2F 18
Octal 131 101 40 0 33 100 101 43 57 30
Binary 1011001 1000001 100000 0 11011 1000000 1000001 100011 101111 11000

Color Harmonies of #594120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594120

Black with #594120

Text Example


Text Example

White with #594120

Text Example


Text Example

HTML Codes & Css Web 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>