Html Css Color HEX #594020 Dark Brown

📋 copy color: '#594020'

red 89 ◦ green 64 ◦ blue 32

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

Shades of Dark Brown #594020

Tints of Dark Brown #594020

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

R = 48.11%
G = 34.59%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 89 64 32 -
CMYK 0 0.28 0.64 0.65
HSL 33.68º 0.47% 0.24% -
HSV(B) 33.68º 0.64% 0.35% -
XYZ 6.21 5.89 2.18 -
YUV 67.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 89 64 32 0 0.28 0.64 0.65 33.68 0.47 0.24
Hex 59 40 20 0 1C 40 41 22 2F 18
Octal 131 100 40 0 34 100 101 42 57 30
Binary 1011001 1000000 100000 0 11100 1000000 1000001 100010 101111 11000

Color Harmonies of #594020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594020

Black with #594020

Text Example


Text Example

White with #594020

Text Example


Text Example

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