Shades of Panda #504D40
Tints of Panda #504D40
RGB
CMYK
RGB Variations
Color information
#504D40 (or 0x504D40) is known color: Panda. HEX triplet: 50, 4D and 40. RGB value is (80,77,64). Sum of RGB (Red+Green+Blue) = 80+77+64=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 80 - color contains mainly: red. Hex color #504D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D40 is #AFB2BF. Grayscale: #4C4C4C. Windows color (decimal): -11514560 or 4214096. OLE color: 4214096.
HSL color Cylindrical-coordinate representation of color #504D40: hue angle of 48.75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #504D40 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 77 | 64 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.69 |
| HSL | 48.75º | 0.11% | 0.28% | - |
| HSV(B) | 48.75º | 0.2% | 0.31% | - |
| XYZ | 6.89 | 7.38 | 5.91 | - |
| YUV | 76.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 64 | 0 | 0.04 | 0.20 | 0.69 | 48.75 | 0.11 | 0.28 |
| Hex | 50 | 4D | 40 | 0 | 4 | 14 | 45 | 31 | B | 1C |
| Octal | 120 | 115 | 100 | 0 | 4 | 24 | 105 | 61 | 13 | 34 |
| Binary | 1010000 | 1001101 | 1000000 | 0 | 100 | 10100 | 1000101 | 110001 | 1011 | 11100 |
Color Harmonies of #504D40
Complementary color
Monochromatic Colors of #504D40
Black with #504D40
Text Example
Text Example
White with #504D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D40; }
p { color: rgb(80,77,64); }
H1.HeaderClassName
{
color: #504D40;
}
.AnyTagClassName
{
color: #504D40;
}
</style>
background-color css
<style>
a { background-color: #504D40; }
a { background-color: rgb(80,77,64); }
div.DivClassName
{
background-color: #504D40;
}
.BgClassName
{
background-color: #504D40;
}
</style>
border-color css
<style>
span { border-color: #504D40; }
span { border-color: rgb(80,77,64); }
td.TdClassName
{
border-color: #504D40;
}
.TagClassName
{
border-color: #504D40;
}
</style>