Shades of Tundora #544E4B
Tints of Tundora #544E4B
RGB
CMYK
RGB Variations
Color information
#544E4B (or 0x544E4B) is known color: Tundora. HEX triplet: 54, 4E and 4B. RGB value is (84,78,75). Sum of RGB (Red+Green+Blue) = 84+78+75=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 84 - color contains mainly: red. Hex color #544E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544E4B is #ABB1B4. Grayscale: #4F4F4F. Windows color (decimal): -11252149 or 4935252. OLE color: 4935252.
HSL color Cylindrical-coordinate representation of color #544E4B: hue angle of 20º 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 #544E4B is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 75 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.67 |
| HSL | 20º | 0.06% | 0.31% | - |
| HSV(B) | 20º | 0.11% | 0.33% | - |
| XYZ | 7.65 | 7.84 | 7.77 | - |
| YUV | 79.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 75 | 0 | 0.07 | 0.11 | 0.67 | 20 | 0.06 | 0.31 |
| Hex | 54 | 4E | 4B | 0 | 7 | B | 43 | 14 | 6 | 1F |
| Octal | 124 | 116 | 113 | 0 | 7 | 13 | 103 | 24 | 6 | 37 |
| Binary | 1010100 | 1001110 | 1001011 | 0 | 111 | 1011 | 1000011 | 10100 | 110 | 11111 |
Color Harmonies of #544E4B
Complementary color
Monochromatic Colors of #544E4B
Black with #544E4B
Text Example
Text Example
White with #544E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E4B; }
p { color: rgb(84,78,75); }
H1.HeaderClassName
{
color: #544E4B;
}
.AnyTagClassName
{
color: #544E4B;
}
</style>
background-color css
<style>
a { background-color: #544E4B; }
a { background-color: rgb(84,78,75); }
div.DivClassName
{
background-color: #544E4B;
}
.BgClassName
{
background-color: #544E4B;
}
</style>
border-color css
<style>
span { border-color: #544E4B; }
span { border-color: rgb(84,78,75); }
td.TdClassName
{
border-color: #544E4B;
}
.TagClassName
{
border-color: #544E4B;
}
</style>