#524B4D

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

Shades of Mortar #524B4D

Tints of Mortar #524B4D

Color information

#524B4D (or 0x524B4D) is unknown color: approx Mortar. HEX triplet: 52, 4B and 4D. RGB value is (82,75,77). Sum of RGB (Red+Green+Blue) = 82+75+77=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 82 - color contains mainly: red. Hex color #524B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524B4D is #ADB4B2. Grayscale: #4D4D4D. Windows color (decimal): -11383987 or 5065554. OLE color: 5065554.

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

Color convert

RGB827577-
CMYK00.090.060.68
HSL342.86º4.46%30.78%-
HSV(B)342.86º8.54%32.16%-
XYZ7.347.368.06-
YUV77.32127.82131.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.04%
GREEN value IS 75 (29.69% from 255) = 32.05%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=35.04%
G=32.05%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82757700.090.060.68342.864.4630.78
Hex524B4D0964415741f
Octal1221131150116104527437
Binary10100101001011100110101001110100010010101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524B4D; }

 p { color: rgb(82,75,77); }

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

<style>
 a { background-color: #524B4D; }

 a { background-color: rgb(82,75,77); }

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

<style>
 span { border-color: #524B4D; }

 span { border-color: rgb(82,75,77); }

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