#593932

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

Shades of Redwood #593932

Tints of Redwood #593932

Color information

#593932 (or 0x593932) is unknown color: approx Redwood. HEX triplet: 59, 39 and 32. RGB value is (89,57,50). Sum of RGB (Red+Green+Blue) = 89+57+50=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #593932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593932 is #A6C6CD. Grayscale: #414141. Windows color (decimal): -10929870 or 3291481. OLE color: 3291481.

HSL color Cylindrical-coordinate representation of color #593932: hue angle of 10.77º 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 #593932 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB895750-
CMYK00.360.440.65
HSL10.77º28.06%27.25%-
HSV(B)10.77º43.82%34.9%-
XYZ6.165.283.71-
YUV65.77119.1144.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 45.41%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 50 (19.92% from 255) = 25.51%
R=45.41%
G=29.08%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89575000.360.440.6510.7728.0627.25
Hex5939320242C41b1c1b
Octal131716204454101133433
Binary10110011110011100100100100101100100000110111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593932; }

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

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

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

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

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

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

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

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