#59502A

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

Shades of West Coast #59502A

Tints of West Coast #59502A

Color information

#59502A (or 0x59502A) is unknown color: approx West Coast. HEX triplet: 59, 50 and 2A. RGB value is (89,80,42). Sum of RGB (Red+Green+Blue) = 89+80+42=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #59502A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59502A is #A6AFD5. Grayscale: #4E4E4E. Windows color (decimal): -10923990 or 2773081. OLE color: 2773081.

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

Color convert

RGB898042-
CMYK00.100.530.65
HSL48.51º35.88%25.69%-
HSV(B)48.51º52.81%34.9%-
XYZ7.418.033.35-
YUV78.36107.48135.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.18%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=42.18%
G=37.91%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89804200.100.530.6548.5135.8825.69
Hex59502A0A354131241a
Octal1311205201265101614432
Binary1011001101000010101001010110101100000111000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59502A; }

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

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

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

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

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

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

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

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