Shades of Mortar #534E4F
Tints of Mortar #534E4F
RGB
CMYK
RGB Variations
Color information
#534E4F (or 0x534E4F) is known color: 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
| RGB | 83 | 78 | 79 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.67 |
| HSL | 348º | 0.03% | 0.32% | - |
| HSV(B) | 348º | 0.06% | 0.33% | - |
| XYZ | 7.7 | 7.85 | 8.51 | - |
| YUV | 79.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 79 | 0 | 0.06 | 0.05 | 0.67 | 348 | 0.03 | 0.32 |
| Hex | 53 | 4E | 4F | 0 | 6 | 5 | 43 | 15C | 3 | 20 |
| Octal | 123 | 116 | 117 | 0 | 6 | 5 | 103 | 534 | 3 | 40 |
| Binary | 1010011 | 1001110 | 1001111 | 0 | 110 | 101 | 1000011 | 101011100 | 11 | 100000 |
Color Harmonies of #534E4F
Complementary color
Monochromatic Colors of #534E4F
Black with #534E4F
Text Example
Text Example
White with #534E4F
Text Example
Text Example
HTML Codes & Css Web 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>