#514A4A

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

Shades of Matterhorn #514A4A

Tints of Matterhorn #514A4A

Color information

#514A4A (or 0x514A4A) is unknown color: approx Matterhorn. HEX triplet: 51, 4A and 4A. RGB value is (81,74,74). Sum of RGB (Red+Green+Blue) = 81+74+74=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 81 - color contains mainly: red. Hex color #514A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A4A is #AEB5B5. Grayscale: #4C4C4C. Windows color (decimal): -11449782 or 4868689. OLE color: 4868689.

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

Color convert

RGB817474-
CMYK00.090.090.68
HSL4.52%30.39%-
HSV(B)8.64%31.76%-
XYZ7.087.147.48-
YUV76.09126.82131.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.37%
GREEN value IS 74 (29.30% from 255) = 32.31%
BLUE value IS 74 (29.30% from 255) = 32.31%
R=35.37%
G=32.31%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81747400.090.090.6804.5230.39
Hex514A4A09944051e
Octal121112112011111040536
Binary1010001100101010010100100110011000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514A4A; }

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

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

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

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

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

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

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

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