#593430

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

Shades of Redwood #593430

Tints of Redwood #593430

Color information

#593430 (or 0x593430) is unknown color: approx Redwood. HEX triplet: 59, 34 and 30. RGB value is (89,52,48). Sum of RGB (Red+Green+Blue) = 89+52+48=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #593430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593430 is #A6CBCF. Grayscale: #3E3E3E. Windows color (decimal): -10931152 or 3159129. OLE color: 3159129.

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

Color convert

RGB895248-
CMYK00.420.460.65
HSL5.85º29.93%26.86%-
HSV(B)5.85º46.07%34.9%-
XYZ5.884.793.41-
YUV62.61119.76146.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.09%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 48 (19.14% from 255) = 25.40%
R=47.09%
G=27.51%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89524800.420.460.655.8529.9326.86
Hex59343002A2E4161e1b
Octal13164600525610163633
Binary1011001110100110000010101010111010000011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593430; }

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

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

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

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

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

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

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

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