#59332E

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

Shades of Redwood #59332E

Tints of Redwood #59332E

Color information

#59332E (or 0x59332E) is unknown color: approx Redwood. HEX triplet: 59, 33 and 2E. RGB value is (89,51,46). Sum of RGB (Red+Green+Blue) = 89+51+46=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59332E is #A6CCD1. Grayscale: #3D3D3D. Windows color (decimal): -10931410 or 3027801. OLE color: 3027801.

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

Color convert

RGB895146-
CMYK00.430.480.65
HSL6.98º31.85%26.47%-
HSV(B)6.98º48.31%34.9%-
XYZ5.84.693.18-
YUV61.79119.09147.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 47.85%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 46 (18.36% from 255) = 24.73%
R=47.85%
G=27.42%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89514600.430.480.656.9831.8526.47
Hex59332E02B30417201a
Octal13163560536010174032
Binary10110011100111011100101011110000100000111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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