#544E4F

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

Shades of Mortar #544E4F

Tints of Mortar #544E4F

Color information

#544E4F (or 0x544E4F) is unknown color: approx Mortar. HEX triplet: 54, 4E and 4F. RGB value is (84,78,79). Sum of RGB (Red+Green+Blue) = 84+78+79=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 84 - color contains mainly: red. Hex color #544E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E4F is #ABB1B0. Grayscale: #4F4F4F. Windows color (decimal): -11252145 or 5197396. OLE color: 5197396.

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

Color convert

RGB847879-
CMYK00.070.060.67
HSL350º3.7%31.76%-
HSV(B)350º7.14%32.94%-
XYZ7.797.98.51-
YUV79.91127.49130.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 78 (30.86% from 255) = 32.37%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=34.85%
G=32.37%
B=32.78%

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
Decimal84787900.070.060.673503.731.76
Hex544E4F0764315e420
Octal124116117076103536440
Binary10101001001110100111101111101000011101011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544E4F; }

 p { color: rgb(84,78,79); }

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

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

 a { background-color: rgb(84,78,79); }

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

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

 span { border-color: rgb(84,78,79); }

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