#59352E

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

Shades of Redwood #59352E

Tints of Redwood #59352E

Color information

#59352E (or 0x59352E) is unknown color: approx Redwood. HEX triplet: 59, 35 and 2E. RGB value is (89,53,46). Sum of RGB (Red+Green+Blue) = 89+53+46=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59352E is #A6CAD1. Grayscale: #3F3F3F. Windows color (decimal): -10930898 or 3028313. OLE color: 3028313.

HSL color Cylindrical-coordinate representation of color #59352E: hue angle of 9.77º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59352E is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB895346-
CMYK00.400.480.65
HSL9.77º31.85%26.47%-
HSV(B)9.77º48.31%34.9%-
XYZ5.894.873.21-
YUV62.97118.43146.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.34%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=47.34%
G=28.19%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89534600.400.480.659.7731.8526.47
Hex59352E0283041a201a
Octal131655605060101124032
Binary101100111010110111001010001100001000001101010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59352E; }

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

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

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

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

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

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

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

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