#534C4E

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

Shades of Mortar #534C4E

Tints of Mortar #534C4E

Color information

#534C4E (or 0x534C4E) is unknown color: approx Mortar. HEX triplet: 53, 4C and 4E. RGB value is (83,76,78). Sum of RGB (Red+Green+Blue) = 83+76+78=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 83 - color contains mainly: red. Hex color #534C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534C4E is #ACB3B1. Grayscale: #4E4E4E. Windows color (decimal): -11318194 or 5131347. OLE color: 5131347.

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

Color convert

RGB837678-
CMYK00.080.060.67
HSL342.86º4.4%31.18%-
HSV(B)342.86º8.43%32.55%-
XYZ7.537.568.27-
YUV78.32127.82131.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 78 (30.86% from 255) = 32.91%
R=35.02%
G=32.07%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83767800.080.060.67342.864.431.18
Hex534C4E0864315741f
Octal1231141160106103527437
Binary10100111001100100111001000110100001110101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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