#534D4E

Color #534D4E Mortar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mortar #534D4E

Tints of Mortar #534D4E

Color information

#534D4E (or 0x534D4E) is unknown color: approx Mortar. HEX triplet: 53, 4D and 4E. RGB value is (83,77,78). Sum of RGB (Red+Green+Blue) = 83+77+78=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 83 - color contains mainly: red. Hex color #534D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D4E is #ACB2B1. Grayscale: #4E4E4E. Windows color (decimal): -11317938 or 5131603. OLE color: 5131603.

HSL color Cylindrical-coordinate representation of color #534D4E: hue angle of 350º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #534D4E is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB837778-
CMYK00.070.060.67
HSL350º3.75%31.37%-
HSV(B)350º7.23%32.55%-
XYZ7.67.78.29-
YUV78.91127.49130.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 77 (30.47% from 255) = 32.35%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=34.87%
G=32.35%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83777800.070.060.673503.7531.37
Hex534D4E0764315e41f
Octal123115116076103536437
Binary1010011100110110011100111110100001110101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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