#59332B

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

Shades of Redwood #59332B

Tints of Redwood #59332B

Color information

#59332B (or 0x59332B) is unknown color: approx Redwood. HEX triplet: 59, 33 and 2B. RGB value is (89,51,43). Sum of RGB (Red+Green+Blue) = 89+51+43=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #59332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59332B is #A6CCD4. Grayscale: #3D3D3D. Windows color (decimal): -10931413 or 2831193. OLE color: 2831193.

HSL color Cylindrical-coordinate representation of color #59332B: hue angle of 10.43º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59332B is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB895143-
CMYK00.430.520.65
HSL10.43º34.85%25.88%-
HSV(B)10.43º51.69%34.9%-
XYZ5.744.672.88-
YUV61.45117.59147.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.63%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 43 (17.19% from 255) = 23.50%
R=48.63%
G=27.87%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89514300.430.520.6510.4334.8525.88
Hex59332B02B3441a231a
Octal131635305364101124332
Binary101100111001110101101010111101001000001101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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