#5C4E4E

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

Shades of Matterhorn #5C4E4E

Tints of Matterhorn #5C4E4E

Color information

#5C4E4E (or 0x5C4E4E) is unknown color: approx Matterhorn. HEX triplet: 5C, 4E and 4E. RGB value is (92,78,78). Sum of RGB (Red+Green+Blue) = 92+78+78=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4E4E is #A3B1B1. Grayscale: #525252. Windows color (decimal): -10727858 or 5131868. OLE color: 5131868.

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

Color convert

RGB927878-
CMYK00.150.150.64
HSL8.24%33.33%-
HSV(B)15.22%36.08%-
XYZ8.518.278.36-
YUV82.19125.64135-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.10%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=37.10%
G=31.45%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92787800.150.150.6408.2433.33
Hex5C4E4E0FF400821
Octal1341161160171710001041
Binary101110010011101001110011111111100000001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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