Shades of Mortar #534B4D
Tints of Mortar #534B4D
RGB
CMYK
RGB Variations
Color information
#534B4D (or 0x534B4D) is known color: 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
| RGB | 83 | 75 | 77 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.67 |
| HSL | 345º | 0.05% | 0.31% | - |
| HSV(B) | 345º | 0.1% | 0.33% | - |
| XYZ | 7.42 | 7.41 | 8.06 | - |
| YUV | 77.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 77 | 0 | 0.10 | 0.07 | 0.67 | 345 | 0.05 | 0.31 |
| Hex | 53 | 4B | 4D | 0 | A | 7 | 43 | 159 | 5 | 1F |
| Octal | 123 | 113 | 115 | 0 | 12 | 7 | 103 | 531 | 5 | 37 |
| Binary | 1010011 | 1001011 | 1001101 | 0 | 1010 | 111 | 1000011 | 101011001 | 101 | 11111 |
Color Harmonies of #534B4D
Complementary color
Monochromatic Colors of #534B4D
Black with #534B4D
Text Example
Text Example
White with #534B4D
Text Example
Text Example
HTML Codes & Css Web 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>