#514B4A

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

Shades of Matterhorn #514B4A

Tints of Matterhorn #514B4A

Color information

#514B4A (or 0x514B4A) is unknown color: approx Matterhorn. HEX triplet: 51, 4B and 4A. RGB value is (81,75,74). Sum of RGB (Red+Green+Blue) = 81+75+74=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 81 - color contains mainly: red. Hex color #514B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B4A is #AEB4B5. Grayscale: #4C4C4C. Windows color (decimal): -11449526 or 4868945. OLE color: 4868945.

HSL color Cylindrical-coordinate representation of color #514B4A: hue angle of 8.57º 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 #514B4A is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB817574-
CMYK00.070.090.68
HSL8.57º4.52%30.39%-
HSV(B)8.57º8.64%31.76%-
XYZ7.157.287.51-
YUV76.68126.49131.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.22%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=35.22%
G=32.61%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81757400.070.090.688.574.5230.39
Hex514B4A07944951e
Octal121113112071110411536
Binary101000110010111001010011110011000100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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