#595134

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

Shades of West Coast #595134

Tints of West Coast #595134

Color information

#595134 (or 0x595134) is unknown color: approx West Coast. HEX triplet: 59, 51 and 34. RGB value is (89,81,52). Sum of RGB (Red+Green+Blue) = 89+81+52=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 89 - color contains mainly: red. Hex color #595134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595134 is #A6AECB. Grayscale: #505050. Windows color (decimal): -10923724 or 3428697. OLE color: 3428697.

HSL color Cylindrical-coordinate representation of color #595134: hue angle of 47.03º 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 #595134 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB898152-
CMYK00.090.420.65
HSL47.03º26.24%27.65%-
HSV(B)47.03º41.57%34.9%-
XYZ7.688.264.44-
YUV80.09112.15134.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.09%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 52 (20.70% from 255) = 23.42%
R=40.09%
G=36.49%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89815200.090.420.6547.0326.2427.65
Hex595134092A412f1a1c
Octal1311216401152101573234
Binary101100110100011101000100110101010000011011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595134; }

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

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

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

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

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

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

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

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