Html Css Color HEX #594140 Woody Brown

📋 copy color: '#594140'

red 89 ◦ green 65 ◦ blue 64

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

Shades of Woody Brown #594140

Tints of Woody Brown #594140

RGB

 RED value IS 89 (35.16% from 255) = 40.83%

 GREEN value IS 65 (25.78% from 255) = 29.82%

 BLUE value IS 64 (25.39% from 255) = 29.36%

R = 40.83%
G = 29.82%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#594140 (or 0x594140) is known color: Woody Brown. HEX triplet: 59, 41 and 40. RGB value is (89,65,64). Sum of RGB (Red+Green+Blue) = 89+65+64=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #594140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594140 is #A6BEBF. Grayscale: #484848. Windows color (decimal): -10927808 or 4211033. OLE color: 4211033.

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

Color convert

RGB 89 65 64 -
CMYK 0 0.27 0.28 0.65
HSL 2.4º 0.16% 0.3% -
HSV(B) 2.4º 0.28% 0.35% -
XYZ 6.94 6.27 5.7 -
YUV 72.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 89 65 64 0 0.27 0.28 0.65 2.4 0.16 0.3
Hex 59 41 40 0 1B 1C 41 2 10 1E
Octal 131 101 100 0 33 34 101 2 20 36
Binary 1011001 1000001 1000000 0 11011 11100 1000001 10 10000 11110

Color Harmonies of #594140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594140

Black with #594140

Text Example


Text Example

White with #594140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594140; }

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

 H1.HeaderClassName
 {
   color: #594140;
 }
 .AnyTagClassName
 {
   color: #594140;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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