#594D2D

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

Shades of West Coast #594D2D

Tints of West Coast #594D2D

Color information

#594D2D (or 0x594D2D) is unknown color: approx West Coast. HEX triplet: 59, 4D and 2D. RGB value is (89,77,45). Sum of RGB (Red+Green+Blue) = 89+77+45=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #594D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D2D is #A6B2D2. Grayscale: #4D4D4D. Windows color (decimal): -10924755 or 2968921. OLE color: 2968921.

HSL color Cylindrical-coordinate representation of color #594D2D: hue angle of 43.64º 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 #594D2D is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB897745-
CMYK00.130.490.65
HSL43.64º32.84%26.27%-
HSV(B)43.64º49.44%34.9%-
XYZ7.257.623.57-
YUV76.94109.98136.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.18%
GREEN value IS 77 (30.47% from 255) = 36.49%
BLUE value IS 45 (17.97% from 255) = 21.33%
R=42.18%
G=36.49%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89774500.130.490.6543.6432.8426.27
Hex594D2D0D31412c211a
Octal1311155501561101544132
Binary1011001100110110110101101110001100000110110010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594D2D; }

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

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

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

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

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

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

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

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