Shades of Tundora #544D4B
Tints of Tundora #544D4B
RGB
CMYK
RGB Variations
Color information
#544D4B (or 0x544D4B) is known color: Tundora. HEX triplet: 54, 4D and 4B. RGB value is (84,77,75). Sum of RGB (Red+Green+Blue) = 84+77+75=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 84 - color contains mainly: red. Hex color #544D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D4B is #ABB2B4. Grayscale: #4E4E4E. Windows color (decimal): -11252405 or 4934996. OLE color: 4934996.
HSL color Cylindrical-coordinate representation of color #544D4B: hue angle of 13.33º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #544D4B is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 75 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.67 |
| HSL | 13.33º | 0.06% | 0.31% | - |
| HSV(B) | 13.33º | 0.11% | 0.33% | - |
| XYZ | 7.58 | 7.7 | 7.74 | - |
| YUV | 78.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 75 | 0 | 0.08 | 0.11 | 0.67 | 13.33 | 0.06 | 0.31 |
| Hex | 54 | 4D | 4B | 0 | 8 | B | 43 | D | 6 | 1F |
| Octal | 124 | 115 | 113 | 0 | 10 | 13 | 103 | 15 | 6 | 37 |
| Binary | 1010100 | 1001101 | 1001011 | 0 | 1000 | 1011 | 1000011 | 1101 | 110 | 11111 |
Color Harmonies of #544D4B
Complementary color
Monochromatic Colors of #544D4B
Black with #544D4B
Text Example
Text Example
White with #544D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D4B; }
p { color: rgb(84,77,75); }
H1.HeaderClassName
{
color: #544D4B;
}
.AnyTagClassName
{
color: #544D4B;
}
</style>
background-color css
<style>
a { background-color: #544D4B; }
a { background-color: rgb(84,77,75); }
div.DivClassName
{
background-color: #544D4B;
}
.BgClassName
{
background-color: #544D4B;
}
</style>
border-color css
<style>
span { border-color: #544D4B; }
span { border-color: rgb(84,77,75); }
td.TdClassName
{
border-color: #544D4B;
}
.TagClassName
{
border-color: #544D4B;
}
</style>