#593328

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

Shades of Redwood #593328

Tints of Redwood #593328

Color information

#593328 (or 0x593328) is unknown color: approx Redwood. HEX triplet: 59, 33 and 28. RGB value is (89,51,40). Sum of RGB (Red+Green+Blue) = 89+51+40=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #593328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593328 is #A6CCD7. Grayscale: #3D3D3D. Windows color (decimal): -10931416 or 2634585. OLE color: 2634585.

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

Color convert

RGB895140-
CMYK00.430.550.65
HSL13.47º37.98%25.29%-
HSV(B)13.47º55.06%34.9%-
XYZ5.694.642.6-
YUV61.11116.09147.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.44%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=49.44%
G=28.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89514000.430.550.6513.4737.9825.29
Hex59332802B3741d2619
Octal131635005367101154631
Binary101100111001110100001010111101111000001110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593328; }

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

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

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

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

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

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

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

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