#595034

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

Shades of West Coast #595034

Tints of West Coast #595034

Color information

#595034 (or 0x595034) is unknown color: approx West Coast. HEX triplet: 59, 50 and 34. RGB value is (89,80,52). Sum of RGB (Red+Green+Blue) = 89+80+52=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #595034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595034 is #A6AFCB. Grayscale: #4F4F4F. Windows color (decimal): -10923980 or 3428441. OLE color: 3428441.

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

Color convert

RGB898052-
CMYK00.100.420.65
HSL45.41º26.24%27.65%-
HSV(B)45.41º41.57%34.9%-
XYZ7.618.114.41-
YUV79.5112.48134.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.27%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=40.27%
G=36.20%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89805200.100.420.6545.4126.2427.65
Hex5950340A2A412d1a1c
Octal1311206401252101553234
Binary101100110100001101000101010101010000011011011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595034; }

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

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

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

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

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

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

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

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