#5C4F4F

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

Shades of Matterhorn #5C4F4F

Tints of Matterhorn #5C4F4F

Color information

#5C4F4F (or 0x5C4F4F) is unknown color: approx Matterhorn. HEX triplet: 5C, 4F and 4F. RGB value is (92,79,79). Sum of RGB (Red+Green+Blue) = 92+79+79=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4F4F is #A3B0B0. Grayscale: #525252. Windows color (decimal): -10727601 or 5197660. OLE color: 5197660.

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

Color convert

RGB927979-
CMYK00.140.140.64
HSL7.6%33.53%-
HSV(B)14.13%36.08%-
XYZ8.628.438.57-
YUV82.89125.81134.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.8%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=36.8%
G=31.6%
B=31.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92797900.140.140.6407.633.53
Hex5C4F4F0EE400822
Octal1341171170161610001042
Binary101110010011111001111011101110100000001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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