Html Css Color HEX #594040 Woody Brown

📋 copy color: '#594040'

red 89 ◦ green 64 ◦ blue 64

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

Shades of Woody Brown #594040

Tints of Woody Brown #594040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.49%

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

R = 41.01%
G = 29.49%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#594040 (or 0x594040) is known color: Woody Brown. HEX triplet: 59, 40 and 40. RGB value is (89,64,64). Sum of RGB (Red+Green+Blue) = 89+64+64=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 89 - color contains mainly: red. Hex color #594040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594040 is #A6BFBF. Grayscale: #474747. Windows color (decimal): -10928064 or 4210777. OLE color: 4210777.

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

Color convert

RGB 89 64 64 -
CMYK 0 0.28 0.28 0.65
HSL 0.16% 0.3% -
HSV(B) 0.28% 0.35% -
XYZ 6.88 6.16 5.68 -
YUV 71.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 89 64 64 0 0.28 0.28 0.65 0 0.16 0.3
Hex 59 40 40 0 1C 1C 41 0 10 1E
Octal 131 100 100 0 34 34 101 0 20 36
Binary 1011001 1000000 1000000 0 11100 11100 1000001 0 10000 11110

Color Harmonies of #594040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594040

Black with #594040

Text Example


Text Example

White with #594040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594040; }

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

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

background-color css

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

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

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

border-color css

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

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

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