#594141

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

Shades of Woody Brown #594141

Tints of Woody Brown #594141

Color information

#594141 (or 0x594141) is unknown color: approx Woody Brown. HEX triplet: 59, 41 and 41. RGB value is (89,65,65). Sum of RGB (Red+Green+Blue) = 89+65+65=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #594141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594141 is #A6BEBE. Grayscale: #484848. Windows color (decimal): -10927807 or 4276569. OLE color: 4276569.

HSL color Cylindrical-coordinate representation of color #594141: 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.27%. Process color model (Four color, CMYK) of #594141 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB896565-
CMYK00.270.270.65
HSL15.58%30.2%-
HSV(B)26.97%34.9%-
XYZ6.966.295.85-
YUV72.18123.95140-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.64%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=40.64%
G=29.68%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89656500.270.270.65015.5830.2
Hex59414101B1B410101e
Octal1311011010333310102036
Binary10110011000001100000101101111011100000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594141; }

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

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

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

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

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

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

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

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