#594949

Color #594949 Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #594949

Tints of Woody Brown #594949

Color information

#594949 (or 0x594949) is unknown color: approx Woody Brown. HEX triplet: 59, 49 and 49. RGB value is (89,73,73). Sum of RGB (Red+Green+Blue) = 89+73+73=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 89 - color contains mainly: red. Hex color #594949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594949 is #A6B6B6. Grayscale: #4D4D4D. Windows color (decimal): -10925751 or 4802905. OLE color: 4802905.

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

Color convert

RGB897373-
CMYK00.180.180.65
HSL9.88%31.76%-
HSV(B)17.98%34.9%-
XYZ7.77.377.32-
YUV77.78125.3136-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.87%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 73 (28.91% from 255) = 31.06%
R=37.87%
G=31.06%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89737300.180.180.6509.8831.76
Hex59494901212410a20
Octal1311111110222210101240
Binary10110011001001100100101001010010100000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594949; }

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

 H1.HeaderClassName
 {
   color: #594949;
 }
 .AnyTagClassName
 {
   color: #594949;
 }
</style>
background-color css

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

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

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

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

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

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