#593432

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

Shades of Redwood #593432

Tints of Redwood #593432

Color information

#593432 (or 0x593432) is unknown color: approx Redwood. HEX triplet: 59, 34 and 32. RGB value is (89,52,50). Sum of RGB (Red+Green+Blue) = 89+52+50=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #593432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593432 is #A6CBCD. Grayscale: #3E3E3E. Windows color (decimal): -10931150 or 3290201. OLE color: 3290201.

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

Color convert

RGB895250-
CMYK00.420.440.65
HSL3.08º28.06%27.25%-
HSV(B)3.08º43.82%34.9%-
XYZ5.924.813.63-
YUV62.84120.76146.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.60%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 50 (19.92% from 255) = 26.18%
R=46.60%
G=27.23%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89525000.420.440.653.0828.0627.25
Hex59343202A2C4131c1b
Octal13164620525410133433
Binary101100111010011001001010101011001000001111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593432; }

 p { color: rgb(89,52,50); }

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

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

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

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

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

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

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