Html Css Color HEX #514A49 Matterhorn

📋 copy color: '#514A49'

red 81 ◦ green 74 ◦ blue 73

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

Shades of Matterhorn #514A49

Tints of Matterhorn #514A49

RGB

 RED value IS 81 (32.03% from 255) = 35.53%

 GREEN value IS 74 (29.3% from 255) = 32.46%

 BLUE value IS 73 (28.91% from 255) = 32.02%

R = 35.53%
G = 32.46%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#514A49 (or 0x514A49) is known color: Matterhorn. HEX triplet: 51, 4A and 49. RGB value is (81,74,73). Sum of RGB (Red+Green+Blue) = 81+74+73=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 81 - color contains mainly: red. Hex color #514A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A49 is #AEB5B6. Grayscale: #4B4B4B. Windows color (decimal): -11449783 or 4803153. OLE color: 4803153.

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

Color convert

RGB 81 74 73 -
CMYK 0 0.09 0.10 0.68
HSL 7.5º 0.05% 0.3% -
HSV(B) 7.5º 0.1% 0.32% -
XYZ 7.04 7.13 7.31 -
YUV 75.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 81 74 73 0 0.09 0.10 0.68 7.5 0.05 0.3
Hex 51 4A 49 0 9 A 44 8 5 1E
Octal 121 112 111 0 11 12 104 10 5 36
Binary 1010001 1001010 1001001 0 1001 1010 1000100 1000 101 11110

Color Harmonies of #514A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A49

Black with #514A49

Text Example


Text Example

White with #514A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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