Html Css Color HEX #594241 Woody Brown

📋 copy color: '#594241'

red 89 ◦ green 66 ◦ blue 65

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

Shades of Woody Brown #594241

Tints of Woody Brown #594241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.55%

R = 40.45%
G = 30%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#594241 (or 0x594241) is known color: Woody Brown. HEX triplet: 59, 42 and 41. RGB value is (89,66,65). Sum of RGB (Red+Green+Blue) = 89+66+65=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #594241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594241 is #A6BDBE. Grayscale: #484848. Windows color (decimal): -10927551 or 4276825. OLE color: 4276825.

HSL color Cylindrical-coordinate representation of color #594241: hue angle of 2.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #594241 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 66 65 -
CMYK 0 0.26 0.27 0.65
HSL 2.5º 0.16% 0.3% -
HSV(B) 2.5º 0.27% 0.35% -
XYZ 7.02 6.4 5.87 -
YUV 72.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 89 66 65 0 0.26 0.27 0.65 2.5 0.16 0.3
Hex 59 42 41 0 1A 1B 41 2 10 1E
Octal 131 102 101 0 32 33 101 2 20 36
Binary 1011001 1000010 1000001 0 11010 11011 1000001 10 10000 11110

Color Harmonies of #594241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594241

Black with #594241

Text Example


Text Example

White with #594241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594241; }

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

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

background-color css

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

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

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

border-color css

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

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

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