Shades of Tundora #59524D
Tints of Tundora #59524D
RGB
CMYK
RGB Variations
Color information
#59524D (or 0x59524D) is known color: Tundora. HEX triplet: 59, 52 and 4D. RGB value is (89,82,77). Sum of RGB (Red+Green+Blue) = 89+82+77=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 89 - color contains mainly: red. Hex color #59524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59524D is #A6ADB2. Grayscale: #535353. Windows color (decimal): -10923443 or 5067353. OLE color: 5067353.
HSL color Cylindrical-coordinate representation of color #59524D: hue angle of 25º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #59524D is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 77 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.65 |
| HSL | 25º | 0.07% | 0.33% | - |
| HSV(B) | 25º | 0.13% | 0.35% | - |
| XYZ | 8.48 | 8.69 | 8.25 | - |
| YUV | 83.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 77 | 0 | 0.08 | 0.13 | 0.65 | 25 | 0.07 | 0.33 |
| Hex | 59 | 52 | 4D | 0 | 8 | D | 41 | 19 | 7 | 21 |
| Octal | 131 | 122 | 115 | 0 | 10 | 15 | 101 | 31 | 7 | 41 |
| Binary | 1011001 | 1010010 | 1001101 | 0 | 1000 | 1101 | 1000001 | 11001 | 111 | 100001 |
Color Harmonies of #59524D
Complementary color
Monochromatic Colors of #59524D
Black with #59524D
Text Example
Text Example
White with #59524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59524D; }
p { color: rgb(89,82,77); }
H1.HeaderClassName
{
color: #59524D;
}
.AnyTagClassName
{
color: #59524D;
}
</style>
background-color css
<style>
a { background-color: #59524D; }
a { background-color: rgb(89,82,77); }
div.DivClassName
{
background-color: #59524D;
}
.BgClassName
{
background-color: #59524D;
}
</style>
border-color css
<style>
span { border-color: #59524D; }
span { border-color: rgb(89,82,77); }
td.TdClassName
{
border-color: #59524D;
}
.TagClassName
{
border-color: #59524D;
}
</style>