#59512D

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

Shades of West Coast #59512D

Tints of West Coast #59512D

Color information

#59512D (or 0x59512D) is unknown color: approx West Coast. HEX triplet: 59, 51 and 2D. RGB value is (89,81,45). Sum of RGB (Red+Green+Blue) = 89+81+45=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 89 - color contains mainly: red. Hex color #59512D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59512D is #A6AED2. Grayscale: #4F4F4F. Windows color (decimal): -10923731 or 2969945. OLE color: 2969945.

HSL color Cylindrical-coordinate representation of color #59512D: hue angle of 49.09º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59512D is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB898145-
CMYK00.090.490.65
HSL49.09º32.84%26.27%-
HSV(B)49.09º49.44%34.9%-
XYZ7.548.23.67-
YUV79.29108.65134.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.40%
GREEN value IS 81 (32.03% from 255) = 37.67%
BLUE value IS 45 (17.97% from 255) = 20.93%
R=41.40%
G=37.67%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89814500.090.490.6549.0932.8426.27
Hex59512D09314131211a
Octal1311215501161101614132
Binary1011001101000110110101001110001100000111000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59512D; }

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

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

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

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

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

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

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

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