#59423F

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

Shades of Woody Brown #59423F

Tints of Woody Brown #59423F

Color information

#59423F (or 0x59423F) is unknown color: approx Woody Brown. HEX triplet: 59, 42 and 3F. RGB value is (89,66,63). Sum of RGB (Red+Green+Blue) = 89+66+63=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #59423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59423F is #A6BDC0. Grayscale: #484848. Windows color (decimal): -10927553 or 4145753. OLE color: 4145753.

HSL color Cylindrical-coordinate representation of color #59423F: hue angle of 6.92º 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 #59423F is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB896663-
CMYK00.260.290.65
HSL6.92º17.11%29.8%-
HSV(B)6.92º29.21%34.9%-
XYZ6.976.385.57-
YUV72.54122.62139.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.83%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 63 (25% from 255) = 28.90%
R=40.83%
G=30.28%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89666300.260.290.656.9217.1129.8
Hex59423F01A1D417111e
Octal131102770323510172136
Binary101100110000101111110110101110110000011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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