Html Css Color HEX #514D4E Mortar

📋 copy color: '#514D4E'

red 81 ◦ green 77 ◦ blue 78

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

Shades of Mortar #514D4E

Tints of Mortar #514D4E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.63%

 BLUE value IS 78 (30.86% from 255) = 33.05%

R = 34.32%
G = 32.63%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#514D4E (or 0x514D4E) is known color: Mortar. HEX triplet: 51, 4D and 4E. RGB value is (81,77,78). Sum of RGB (Red+Green+Blue) = 81+77+78=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 81 - color contains mainly: red. Hex color #514D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D4E is #AEB2B1. Grayscale: #4E4E4E. Windows color (decimal): -11449010 or 5131601. OLE color: 5131601.

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

Color convert

RGB 81 77 78 -
CMYK 0 0.05 0.04 0.68
HSL 345º 0.03% 0.31% -
HSV(B) 345º 0.05% 0.32% -
XYZ 7.42 7.61 8.28 -
YUV 78.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 81 77 78 0 0.05 0.04 0.68 345 0.03 0.31
Hex 51 4D 4E 0 5 4 44 159 3 1F
Octal 121 115 116 0 5 4 104 531 3 37
Binary 1010001 1001101 1001110 0 101 100 1000100 101011001 11 11111

Color Harmonies of #514D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D4E

Black with #514D4E

Text Example


Text Example

White with #514D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,77,78); }

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

background-color css

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

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

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

border-color css

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

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

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