#5A4E4E

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

Shades of Matterhorn #5A4E4E

Tints of Matterhorn #5A4E4E

Color information

#5A4E4E (or 0x5A4E4E) is unknown color: approx Matterhorn. HEX triplet: 5A, 4E and 4E. RGB value is (90,78,78). Sum of RGB (Red+Green+Blue) = 90+78+78=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A4E4E is #A5B1B1. Grayscale: #515151. Windows color (decimal): -10858930 or 5131866. OLE color: 5131866.

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

Color convert

RGB907878-
CMYK00.130.130.65
HSL7.14%32.94%-
HSV(B)13.33%35.29%-
XYZ8.328.178.35-
YUV81.59125.98134-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.59%
GREEN value IS 78 (30.86% from 255) = 31.71%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=36.59%
G=31.71%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90787800.130.130.6507.1432.94
Hex5A4E4E0DD410721
Octal132116116015151010741
Binary10110101001110100111001101110110000010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A4E4E; }

 p { color: rgb(90,78,78); }

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

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

 a { background-color: rgb(90,78,78); }

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

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

 span { border-color: rgb(90,78,78); }

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