#595D48

Color #595D48 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #595D48

Tints of Woodland #595D48

Color information

#595D48 (or 0x595D48) is unknown color: approx Woodland. HEX triplet: 59, 5D and 48. RGB value is (89,93,72). Sum of RGB (Red+Green+Blue) = 89+93+72=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 93 - color contains mainly: green. Hex color #595D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595D48 is #A6A2B7. Grayscale: #595959. Windows color (decimal): -10920632 or 4742489. OLE color: 4742489.

HSL color Cylindrical-coordinate representation of color #595D48: hue angle of 71.43º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #595D48 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB899372-
CMYK0.0400.230.64
HSL71.43º12.73%32.35%-
HSV(B)71.43º22.58%36.47%-
XYZ9.210.427.66-
YUV89.41118.17127.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.04%
GREEN value IS 93 (36.72% from 255) = 36.61%
BLUE value IS 72 (28.52% from 255) = 28.35%
R=35.04%
G=36.61%
B=28.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8993720.0400.230.6471.4312.7332.35
Hex595D4840174047d20
Octal13113511040271001071540
Binary101100110111011001000100010111100000010001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595D48; }

 p { color: rgb(89,93,72); }

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

<style>
 a { background-color: #595D48; }

 a { background-color: rgb(89,93,72); }

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

<style>
 span { border-color: #595D48; }

 span { border-color: rgb(89,93,72); }

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