#514848

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

Shades of Matterhorn #514848

Tints of Matterhorn #514848

Color information

#514848 (or 0x514848) is unknown color: approx Matterhorn. HEX triplet: 51, 48 and 48. RGB value is (81,72,72). Sum of RGB (Red+Green+Blue) = 81+72+72=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 81 - color contains mainly: red. Hex color #514848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514848 is #AEB7B7. Grayscale: #4A4A4A. Windows color (decimal): -11450296 or 4737105. OLE color: 4737105.

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

Color convert

RGB817272-
CMYK00.110.110.68
HSL5.88%30%-
HSV(B)11.11%31.76%-
XYZ6.886.857.09-
YUV74.69126.48132.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 72 (28.52% from 255) = 32%
R=36%
G=32%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81727200.110.110.6805.8830
Hex5148480BB44061e
Octal121110110013131040636
Binary1010001100100010010000101110111000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514848; }

 p { color: rgb(81,72,72); }

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

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

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

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

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

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

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