#593530

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

Shades of Redwood #593530

Tints of Redwood #593530

Color information

#593530 (or 0x593530) is unknown color: approx Redwood. HEX triplet: 59, 35 and 30. RGB value is (89,53,48). Sum of RGB (Red+Green+Blue) = 89+53+48=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #593530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593530 is #A6CACF. Grayscale: #3F3F3F. Windows color (decimal): -10930896 or 3159385. OLE color: 3159385.

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

Color convert

RGB895348-
CMYK00.400.460.65
HSL7.32º29.93%26.86%-
HSV(B)7.32º46.07%34.9%-
XYZ5.934.883.43-
YUV63.19119.43146.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.84%
GREEN value IS 53 (21.09% from 255) = 27.89%
BLUE value IS 48 (19.14% from 255) = 25.26%
R=46.84%
G=27.89%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89534800.400.460.657.3229.9326.86
Hex5935300282E4171e1b
Octal13165600505610173633
Binary1011001110101110000010100010111010000011111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593530; }

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

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

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

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

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

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

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

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