#595032

Color #595032 West Coast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Coast #595032

Tints of West Coast #595032

Color information

#595032 (or 0x595032) is unknown color: approx West Coast. HEX triplet: 59, 50 and 32. RGB value is (89,80,50). Sum of RGB (Red+Green+Blue) = 89+80+50=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #595032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595032 is #A6AFCD. Grayscale: #4F4F4F. Windows color (decimal): -10923982 or 3297369. OLE color: 3297369.

HSL color Cylindrical-coordinate representation of color #595032: hue angle of 46.15º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #595032 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB898050-
CMYK00.100.440.65
HSL46.15º28.06%27.25%-
HSV(B)46.15º43.82%34.9%-
XYZ7.568.094.18-
YUV79.27111.48134.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.64%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=40.64%
G=36.53%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89805000.100.440.6546.1528.0627.25
Hex5950320A2C412e1c1b
Octal1311206201254101563433
Binary101100110100001100100101010110010000011011101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595032; }

 p { color: rgb(89,80,50); }

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

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

 a { background-color: rgb(89,80,50); }

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

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

 span { border-color: rgb(89,80,50); }

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