Shades of Tundora #524E4D
Tints of Tundora #524E4D
RGB
CMYK
RGB Variations
Color information
#524E4D (or 0x524E4D) is known color: Tundora. HEX triplet: 52, 4E and 4D. RGB value is (82,78,77). Sum of RGB (Red+Green+Blue) = 82+78+77=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 82 - color contains mainly: red. Hex color #524E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E4D is #ADB1B2. Grayscale: #4F4F4F. Windows color (decimal): -11383219 or 5066322. OLE color: 5066322.
HSL color Cylindrical-coordinate representation of color #524E4D: hue angle of 12º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #524E4D is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 78 | 77 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.68 |
| HSL | 12º | 0.03% | 0.31% | - |
| HSV(B) | 12º | 0.06% | 0.32% | - |
| XYZ | 7.54 | 7.78 | 8.12 | - |
| YUV | 79.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 77 | 0 | 0.05 | 0.06 | 0.68 | 12 | 0.03 | 0.31 |
| Hex | 52 | 4E | 4D | 0 | 5 | 6 | 44 | C | 3 | 1F |
| Octal | 122 | 116 | 115 | 0 | 5 | 6 | 104 | 14 | 3 | 37 |
| Binary | 1010010 | 1001110 | 1001101 | 0 | 101 | 110 | 1000100 | 1100 | 11 | 11111 |
Color Harmonies of #524E4D
Complementary color
Monochromatic Colors of #524E4D
Black with #524E4D
Text Example
Text Example
White with #524E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524E4D; }
p { color: rgb(82,78,77); }
H1.HeaderClassName
{
color: #524E4D;
}
.AnyTagClassName
{
color: #524E4D;
}
</style>
background-color css
<style>
a { background-color: #524E4D; }
a { background-color: rgb(82,78,77); }
div.DivClassName
{
background-color: #524E4D;
}
.BgClassName
{
background-color: #524E4D;
}
</style>
border-color css
<style>
span { border-color: #524E4D; }
span { border-color: rgb(82,78,77); }
td.TdClassName
{
border-color: #524E4D;
}
.TagClassName
{
border-color: #524E4D;
}
</style>