#534E4F

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

Shades of Mortar #534E4F

Tints of Mortar #534E4F

Color information

#534E4F (or 0x534E4F) is unknown color: approx Mortar. HEX triplet: 53, 4E and 4F. RGB value is (83,78,79). Sum of RGB (Red+Green+Blue) = 83+78+79=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 83 - color contains mainly: red. Hex color #534E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E4F is #ACB1B0. Grayscale: #4F4F4F. Windows color (decimal): -11317681 or 5197395. OLE color: 5197395.

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

Color convert

RGB837879-
CMYK00.060.050.67
HSL348º3.11%31.57%-
HSV(B)348º6.02%32.55%-
XYZ7.77.858.51-
YUV79.61127.66130.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 78 (30.86% from 255) = 32.5%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=34.58%
G=32.5%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83787900.060.050.673483.1131.57
Hex534E4F0654315c320
Octal123116117065103534340
Binary1010011100111010011110110101100001110101110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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