#594F35

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

Shades of West Coast #594F35

Tints of West Coast #594F35

Color information

#594F35 (or 0x594F35) is unknown color: approx West Coast. HEX triplet: 59, 4F and 35. RGB value is (89,79,53). Sum of RGB (Red+Green+Blue) = 89+79+53=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #594F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F35 is #A6B0CA. Grayscale: #4F4F4F. Windows color (decimal): -10924235 or 3493721. OLE color: 3493721.

HSL color Cylindrical-coordinate representation of color #594F35: hue angle of 43.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #594F35 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB897953-
CMYK00.110.400.65
HSL43.33º25.35%27.84%-
HSV(B)43.33º40.45%34.9%-
XYZ7.567.974.51-
YUV79.03113.31135.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.27%
GREEN value IS 79 (31.25% from 255) = 35.75%
BLUE value IS 53 (21.09% from 255) = 23.98%
R=40.27%
G=35.75%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89795300.110.400.6543.3325.3527.84
Hex594F350B28412b191c
Octal1311176501350101533134
Binary101100110011111101010101110100010000011010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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