Shades of Tundora #524F4E
Tints of Tundora #524F4E
RGB
CMYK
RGB Variations
Color information
#524F4E (or 0x524F4E) is known color: Tundora. HEX triplet: 52, 4F and 4E. RGB value is (82,79,78). Sum of RGB (Red+Green+Blue) = 82+79+78=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 82 - color contains mainly: red. Hex color #524F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F4E is #ADB0B1. Grayscale: #4F4F4F. Windows color (decimal): -11382962 or 5132114. OLE color: 5132114.
HSL color Cylindrical-coordinate representation of color #524F4E: hue angle of 15º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #524F4E is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 79 | 78 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.68 |
| HSL | 15º | 0.03% | 0.31% | - |
| HSV(B) | 15º | 0.05% | 0.32% | - |
| XYZ | 7.65 | 7.94 | 8.34 | - |
| YUV | 79.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 78 | 0 | 0.04 | 0.05 | 0.68 | 15 | 0.03 | 0.31 |
| Hex | 52 | 4F | 4E | 0 | 4 | 5 | 44 | F | 2 | 1F |
| Octal | 122 | 117 | 116 | 0 | 4 | 5 | 104 | 17 | 2 | 37 |
| Binary | 1010010 | 1001111 | 1001110 | 0 | 100 | 101 | 1000100 | 1111 | 10 | 11111 |
Color Harmonies of #524F4E
Complementary color
Monochromatic Colors of #524F4E
Black with #524F4E
Text Example
Text Example
White with #524F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F4E; }
p { color: rgb(82,79,78); }
H1.HeaderClassName
{
color: #524F4E;
}
.AnyTagClassName
{
color: #524F4E;
}
</style>
background-color css
<style>
a { background-color: #524F4E; }
a { background-color: rgb(82,79,78); }
div.DivClassName
{
background-color: #524F4E;
}
.BgClassName
{
background-color: #524F4E;
}
</style>
border-color css
<style>
span { border-color: #524F4E; }
span { border-color: rgb(82,79,78); }
td.TdClassName
{
border-color: #524F4E;
}
.TagClassName
{
border-color: #524F4E;
}
</style>