Html Css Color HEX #514948 Matterhorn

📋 copy color: '#514948'

red 81 ◦ green 73 ◦ blue 72

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

Shades of Matterhorn #514948

Tints of Matterhorn #514948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.3%

 BLUE value IS 72 (28.52% from 255) = 31.86%

R = 35.84%
G = 32.3%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#514948 (or 0x514948) is known color: Matterhorn. HEX triplet: 51, 49 and 48. RGB value is (81,73,72). Sum of RGB (Red+Green+Blue) = 81+73+72=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 81 - color contains mainly: red. Hex color #514948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514948 is #AEB6B7. Grayscale: #4B4B4B. Windows color (decimal): -11450040 or 4737361. OLE color: 4737361.

HSL color Cylindrical-coordinate representation of color #514948: hue angle of 6.67º 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 #514948 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 73 72 -
CMYK 0 0.10 0.11 0.68
HSL 6.67º 0.06% 0.3% -
HSV(B) 6.67º 0.11% 0.32% -
XYZ 6.95 6.98 7.11 -
YUV 75.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 81 73 72 0 0.10 0.11 0.68 6.67 0.06 0.3
Hex 51 49 48 0 A B 44 7 6 1E
Octal 121 111 110 0 12 13 104 7 6 36
Binary 1010001 1001001 1001000 0 1010 1011 1000100 111 110 11110

Color Harmonies of #514948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514948

Black with #514948

Text Example


Text Example

White with #514948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514948; }

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

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

background-color css

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

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

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

border-color css

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

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

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