Shades of Tundora #544F4D
Tints of Tundora #544F4D
RGB
CMYK
RGB Variations
Color information
#544F4D (or 0x544F4D) is known color: Tundora. HEX triplet: 54, 4F and 4D. RGB value is (84,79,77). Sum of RGB (Red+Green+Blue) = 84+79+77=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 84 - color contains mainly: red. Hex color #544F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544F4D is #ABB0B2. Grayscale: #505050. Windows color (decimal): -11251891 or 5066580. OLE color: 5066580.
HSL color Cylindrical-coordinate representation of color #544F4D: hue angle of 17.14º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #544F4D is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 79 | 77 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.67 |
| HSL | 17.14º | 0.04% | 0.32% | - |
| HSV(B) | 17.14º | 0.08% | 0.33% | - |
| XYZ | 7.79 | 8.01 | 8.16 | - |
| YUV | 80.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 79 | 77 | 0 | 0.06 | 0.08 | 0.67 | 17.14 | 0.04 | 0.32 |
| Hex | 54 | 4F | 4D | 0 | 6 | 8 | 43 | 11 | 4 | 20 |
| Octal | 124 | 117 | 115 | 0 | 6 | 10 | 103 | 21 | 4 | 40 |
| Binary | 1010100 | 1001111 | 1001101 | 0 | 110 | 1000 | 1000011 | 10001 | 100 | 100000 |
Color Harmonies of #544F4D
Complementary color
Monochromatic Colors of #544F4D
Black with #544F4D
Text Example
Text Example
White with #544F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544F4D; }
p { color: rgb(84,79,77); }
H1.HeaderClassName
{
color: #544F4D;
}
.AnyTagClassName
{
color: #544F4D;
}
</style>
background-color css
<style>
a { background-color: #544F4D; }
a { background-color: rgb(84,79,77); }
div.DivClassName
{
background-color: #544F4D;
}
.BgClassName
{
background-color: #544F4D;
}
</style>
border-color css
<style>
span { border-color: #544F4D; }
span { border-color: rgb(84,79,77); }
td.TdClassName
{
border-color: #544F4D;
}
.TagClassName
{
border-color: #544F4D;
}
</style>