Html Css Color HEX #504847 Matterhorn

📋 copy color: '#504847'

red 80 ◦ green 72 ◦ blue 71

#504847
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matterhorn #504847

Tints of Matterhorn #504847

RGB

 RED value IS 80 (31.64% from 255) = 35.87%

 GREEN value IS 72 (28.52% from 255) = 32.29%

 BLUE value IS 71 (28.13% from 255) = 31.84%

R = 35.87%
G = 32.29%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#504847 (or 0x504847) is known color: Matterhorn. HEX triplet: 50, 48 and 47. RGB value is (80,72,71). Sum of RGB (Red+Green+Blue) = 80+72+71=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 80 - color contains mainly: red. Hex color #504847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504847 is #AFB7B8. Grayscale: #4A4A4A. Windows color (decimal): -11515833 or 4671568. OLE color: 4671568.

HSL color Cylindrical-coordinate representation of color #504847: hue angle of 6.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #504847 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 72 71 -
CMYK 0 0.10 0.11 0.69
HSL 6.67º 0.06% 0.3% -
HSV(B) 6.67º 0.11% 0.31% -
XYZ 6.76 6.8 6.92 -
YUV 74.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 80 72 71 0 0.10 0.11 0.69 6.67 0.06 0.3
Hex 50 48 47 0 A B 45 7 6 1E
Octal 120 110 107 0 12 13 105 7 6 36
Binary 1010000 1001000 1000111 0 1010 1011 1000101 111 110 11110

Color Harmonies of #504847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504847

Black with #504847

Text Example


Text Example

White with #504847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504847; }

 p { color: rgb(80,72,71); }

 H1.HeaderClassName
 {
   color: #504847;
 }
 .AnyTagClassName
 {
   color: #504847;
 }
</style>

background-color css

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

 a { background-color: rgb(80,72,71); }

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

border-color css

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

 span { border-color: rgb(80,72,71); }

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