#593931

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

Shades of Redwood #593931

Tints of Redwood #593931

Color information

#593931 (or 0x593931) is unknown color: approx Redwood. HEX triplet: 59, 39 and 31. RGB value is (89,57,49). Sum of RGB (Red+Green+Blue) = 89+57+49=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #593931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593931 is #A6C6CE. Grayscale: #414141. Windows color (decimal): -10929871 or 3225945. OLE color: 3225945.

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

Color convert

RGB895749-
CMYK00.360.450.65
HSL12º28.99%27.06%-
HSV(B)12º44.94%34.9%-
XYZ6.145.273.6-
YUV65.66118.6144.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.64%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 49 (19.53% from 255) = 25.13%
R=45.64%
G=29.23%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89574900.360.450.651228.9927.06
Hex5939310242D41c1d1b
Octal131716104455101143533
Binary10110011110011100010100100101101100000111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593931; }

 p { color: rgb(89,57,49); }

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

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

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

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

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

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

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