#594F4F

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

Shades of Matterhorn #594F4F

Tints of Matterhorn #594F4F

Color information

#594F4F (or 0x594F4F) is unknown color: approx Matterhorn. HEX triplet: 59, 4F and 4F. RGB value is (89,79,79). Sum of RGB (Red+Green+Blue) = 89+79+79=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 89 - color contains mainly: red. Hex color #594F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F4F is #A6B0B0. Grayscale: #525252. Windows color (decimal): -10924209 or 5197657. OLE color: 5197657.

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

Color convert

RGB897979-
CMYK00.110.110.65
HSL5.95%32.94%-
HSV(B)11.24%34.9%-
XYZ8.338.288.56-
YUV81.99126.31133-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.03%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 79 (31.25% from 255) = 31.98%
R=36.03%
G=31.98%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89797900.110.110.6505.9532.94
Hex594F4F0BB410621
Octal131117117013131010641
Binary10110011001111100111101011101110000010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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