Html Css Color HEX #594240 Woody Brown

📋 copy color: '#594240'

red 89 ◦ green 66 ◦ blue 64

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

Shades of Woody Brown #594240

Tints of Woody Brown #594240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.14%

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

R = 40.64%
G = 30.14%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#594240 (or 0x594240) is known color: Woody Brown. HEX triplet: 59, 42 and 40. RGB value is (89,66,64). Sum of RGB (Red+Green+Blue) = 89+66+64=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #594240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594240 is #A6BDBF. Grayscale: #484848. Windows color (decimal): -10927552 or 4211289. OLE color: 4211289.

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

Color convert

RGB 89 66 64 -
CMYK 0 0.26 0.28 0.65
HSL 4.8º 0.16% 0.3% -
HSV(B) 4.8º 0.28% 0.35% -
XYZ 6.99 6.39 5.72 -
YUV 72.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 89 66 64 0 0.26 0.28 0.65 4.8 0.16 0.3
Hex 59 42 40 0 1A 1C 41 5 10 1E
Octal 131 102 100 0 32 34 101 5 20 36
Binary 1011001 1000010 1000000 0 11010 11100 1000001 101 10000 11110

Color Harmonies of #594240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594240

Black with #594240

Text Example


Text Example

White with #594240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594240; }

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

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

background-color css

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

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

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

border-color css

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

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

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