#594F2E

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

Shades of West Coast #594F2E

Tints of West Coast #594F2E

Color information

#594F2E (or 0x594F2E) is unknown color: approx West Coast. HEX triplet: 59, 4F and 2E. RGB value is (89,79,46). Sum of RGB (Red+Green+Blue) = 89+79+46=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #594F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F2E is #A6B0D1. Grayscale: #4E4E4E. Windows color (decimal): -10924242 or 3034969. OLE color: 3034969.

HSL color Cylindrical-coordinate representation of color #594F2E: hue angle of 46.05º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #594F2E is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB897946-
CMYK00.110.480.65
HSL46.05º31.85%26.47%-
HSV(B)46.05º48.31%34.9%-
XYZ7.417.913.72-
YUV78.23109.81135.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.59%
GREEN value IS 79 (31.25% from 255) = 36.92%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=41.59%
G=36.92%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89794600.110.480.6546.0531.8526.47
Hex594F2E0B30412e201a
Octal1311175601360101564032
Binary1011001100111110111001011110000100000110111010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,79,46); }

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

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

 a { background-color: rgb(89,79,46); }

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

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

 span { border-color: rgb(89,79,46); }

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