#574949

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

Shades of Matterhorn #574949

Tints of Matterhorn #574949

Color information

#574949 (or 0x574949) is unknown color: approx Matterhorn. HEX triplet: 57, 49 and 49. RGB value is (87,73,73). Sum of RGB (Red+Green+Blue) = 87+73+73=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 87 - color contains mainly: red. Hex color #574949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574949 is #A8B6B6. Grayscale: #4D4D4D. Windows color (decimal): -11056823 or 4802903. OLE color: 4802903.

HSL color Cylindrical-coordinate representation of color #574949: hue angle of 0º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #574949 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB877373-
CMYK00.160.160.66
HSL8.75%31.37%-
HSV(B)16.09%34.12%-
XYZ7.527.277.31-
YUV77.19125.64135-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.34%
GREEN value IS 73 (28.91% from 255) = 31.33%
BLUE value IS 73 (28.91% from 255) = 31.33%
R=37.34%
G=31.33%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87737300.160.160.6608.7531.37
Hex5749490101042091f
Octal1271111110202010201137
Binary1010111100100110010010100001000010000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574949; }

 p { color: rgb(87,73,73); }

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

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

 a { background-color: rgb(87,73,73); }

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

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

 span { border-color: rgb(87,73,73); }

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