#59502B

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

Shades of West Coast #59502B

Tints of West Coast #59502B

Color information

#59502B (or 0x59502B) is unknown color: approx West Coast. HEX triplet: 59, 50 and 2B. RGB value is (89,80,43). Sum of RGB (Red+Green+Blue) = 89+80+43=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #59502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59502B is #A6AFD4. Grayscale: #4E4E4E. Windows color (decimal): -10923989 or 2838617. OLE color: 2838617.

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

Color convert

RGB898043-
CMYK00.100.520.65
HSL48.26º34.85%25.88%-
HSV(B)48.26º51.69%34.9%-
XYZ7.428.043.45-
YUV78.47107.98135.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.98%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 43 (17.19% from 255) = 20.28%
R=41.98%
G=37.74%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89804300.100.520.6548.2634.8525.88
Hex59502B0A344130231a
Octal1311205301264101604332
Binary1011001101000010101101010110100100000111000010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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