#593128

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

Shades of Redwood #593128

Tints of Redwood #593128

Color information

#593128 (or 0x593128) is unknown color: approx Redwood. HEX triplet: 59, 31 and 28. RGB value is (89,49,40). Sum of RGB (Red+Green+Blue) = 89+49+40=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #593128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593128 is #A6CED7. Grayscale: #3C3C3C. Windows color (decimal): -10931928 or 2634073. OLE color: 2634073.

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

Color convert

RGB894940-
CMYK00.450.550.65
HSL11.02º37.98%25.29%-
HSV(B)11.02º55.06%34.9%-
XYZ5.64.472.58-
YUV59.93116.75148.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50%
GREEN value IS 49 (19.53% from 255) = 27.53%
BLUE value IS 40 (16.02% from 255) = 22.47%
R=50%
G=27.53%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89494000.450.550.6511.0237.9825.29
Hex59312802D3741b2619
Octal131615005567101134631
Binary101100111000110100001011011101111000001101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593128; }

 p { color: rgb(89,49,40); }

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

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

 a { background-color: rgb(89,49,40); }

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

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

 span { border-color: rgb(89,49,40); }

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