#595035

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

Shades of West Coast #595035

Tints of West Coast #595035

Color information

#595035 (or 0x595035) is unknown color: approx West Coast. HEX triplet: 59, 50 and 35. RGB value is (89,80,53). Sum of RGB (Red+Green+Blue) = 89+80+53=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 89 - color contains mainly: red. Hex color #595035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595035 is #A6AFCA. Grayscale: #4F4F4F. Windows color (decimal): -10923979 or 3493977. OLE color: 3493977.

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

Color convert

RGB898053-
CMYK00.100.400.65
HSL45º25.35%27.84%-
HSV(B)45º40.45%34.9%-
XYZ7.638.124.53-
YUV79.61112.98134.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.09%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 53 (21.09% from 255) = 23.87%
R=40.09%
G=36.04%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89805300.100.400.654525.3527.84
Hex5950350A28412d191c
Octal1311206501250101553134
Binary101100110100001101010101010100010000011011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595035; }

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

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

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

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

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

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

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

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