Html Css Color HEX #534D4E Mortar

📋 copy color: '#534D4E'

red 83 ◦ green 77 ◦ blue 78

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

Shades of Mortar #534D4E

Tints of Mortar #534D4E

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 value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#534D4E (or 0x534D4E) is known color: 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

RGB 83 77 78 -
CMYK 0 0.07 0.06 0.67
HSL 350º 0.04% 0.31% -
HSV(B) 350º 0.07% 0.33% -
XYZ 7.6 7.7 8.29 -
YUV 78.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 83 77 78 0 0.07 0.06 0.67 350 0.04 0.31
Hex 53 4D 4E 0 7 6 43 15E 4 1F
Octal 123 115 116 0 7 6 103 536 4 37
Binary 1010011 1001101 1001110 0 111 110 1000011 101011110 100 11111

Color Harmonies of #534D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D4E

Black with #534D4E

Text Example


Text Example

White with #534D4E

Text Example


Text Example

HTML Codes & Css Web 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>