#593429

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

Shades of Redwood #593429

Tints of Redwood #593429

Color information

#593429 (or 0x593429) is unknown color: approx Redwood. HEX triplet: 59, 34 and 29. RGB value is (89,52,41). Sum of RGB (Red+Green+Blue) = 89+52+41=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #593429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593429 is #A6CBD6. Grayscale: #3D3D3D. Windows color (decimal): -10931159 or 2700377. OLE color: 2700377.

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

Color convert

RGB895241-
CMYK00.420.540.65
HSL13.75º36.92%25.49%-
HSV(B)13.75º53.93%34.9%-
XYZ5.754.742.71-
YUV61.81116.26147.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.90%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 41 (16.41% from 255) = 22.53%
R=48.90%
G=28.57%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89524100.420.540.6513.7536.9225.49
Hex59342902A3641e2519
Octal131645105266101164531
Binary101100111010010100101010101101101000001111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593429; }

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

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

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

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

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

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

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

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