#59413F

Color #59413F Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #59413F

Tints of Woody Brown #59413F

Color information

#59413F (or 0x59413F) is unknown color: approx Woody Brown. HEX triplet: 59, 41 and 3F. RGB value is (89,65,63). Sum of RGB (Red+Green+Blue) = 89+65+63=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 89 - color contains mainly: red. Hex color #59413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59413F is #A6BEC0. Grayscale: #474747. Windows color (decimal): -10927809 or 4145497. OLE color: 4145497.

HSL color Cylindrical-coordinate representation of color #59413F: hue angle of 4.62º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #59413F is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB896563-
CMYK00.270.290.65
HSL4.62º17.11%29.8%-
HSV(B)4.62º29.21%34.9%-
XYZ6.916.265.55-
YUV71.95122.95140.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.01%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 63 (25% from 255) = 29.03%
R=41.01%
G=29.95%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89656300.270.290.654.6217.1129.8
Hex59413F01B1D415111e
Octal131101770333510152136
Binary101100110000011111110110111110110000011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59413F; }

 p { color: rgb(89,65,63); }

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

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

 a { background-color: rgb(89,65,63); }

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

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

 span { border-color: rgb(89,65,63); }

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