#534B4D

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

Shades of Mortar #534B4D

Tints of Mortar #534B4D

Color information

#534B4D (or 0x534B4D) is unknown color: approx Mortar. HEX triplet: 53, 4B and 4D. RGB value is (83,75,77). Sum of RGB (Red+Green+Blue) = 83+75+77=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 83 - color contains mainly: red. Hex color #534B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B4D is #ACB4B2. Grayscale: #4D4D4D. Windows color (decimal): -11318451 or 5065555. OLE color: 5065555.

HSL color Cylindrical-coordinate representation of color #534B4D: hue angle of 345º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #534B4D is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB837577-
CMYK00.100.070.67
HSL345º5.06%30.98%-
HSV(B)345º9.64%32.55%-
XYZ7.427.418.06-
YUV77.62127.65131.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 77 (30.47% from 255) = 32.77%
R=35.32%
G=31.91%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83757700.100.070.673455.0630.98
Hex534B4D0A74315951f
Octal1231131150127103531537
Binary10100111001011100110101010111100001110101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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