#593533

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

Shades of Redwood #593533

Tints of Redwood #593533

Color information

#593533 (or 0x593533) is unknown color: approx Redwood. HEX triplet: 59, 35 and 33. RGB value is (89,53,51). Sum of RGB (Red+Green+Blue) = 89+53+51=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #593533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593533 is #A6CACC. Grayscale: #3F3F3F. Windows color (decimal): -10930893 or 3355993. OLE color: 3355993.

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

Color convert

RGB895351-
CMYK00.400.430.65
HSL3.16º27.14%27.45%-
HSV(B)3.16º42.7%34.9%-
XYZ5.994.913.76-
YUV63.54120.93146.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.11%
GREEN value IS 53 (21.09% from 255) = 27.46%
BLUE value IS 51 (20.31% from 255) = 26.42%
R=46.11%
G=27.46%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89535100.400.430.653.1627.1427.45
Hex5935330282B4131b1b
Octal13165630505310133333
Binary101100111010111001101010001010111000001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593533; }

 p { color: rgb(89,53,51); }

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

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

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

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

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

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

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