Shades of Panda #504D3E
Tints of Panda #504D3E
RGB
CMYK
RGB Variations
Color information
#504D3E (or 0x504D3E) is known color: Panda. HEX triplet: 50, 4D and 3E. RGB value is (80,77,62). Sum of RGB (Red+Green+Blue) = 80+77+62=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 80 - color contains mainly: red. Hex color #504D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D3E is #AFB2C1. Grayscale: #4C4C4C. Windows color (decimal): -11514562 or 4083024. OLE color: 4083024.
HSL color Cylindrical-coordinate representation of color #504D3E: hue angle of 50º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #504D3E is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 77 | 62 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.69 |
| HSL | 50º | 0.13% | 0.28% | - |
| HSV(B) | 50º | 0.23% | 0.31% | - |
| XYZ | 6.83 | 7.36 | 5.62 | - |
| YUV | 76.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 62 | 0 | 0.04 | 0.22 | 0.69 | 50 | 0.13 | 0.28 |
| Hex | 50 | 4D | 3E | 0 | 4 | 16 | 45 | 32 | D | 1C |
| Octal | 120 | 115 | 76 | 0 | 4 | 26 | 105 | 62 | 15 | 34 |
| Binary | 1010000 | 1001101 | 111110 | 0 | 100 | 10110 | 1000101 | 110010 | 1101 | 11100 |
Color Harmonies of #504D3E
Complementary color
Monochromatic Colors of #504D3E
Black with #504D3E
Text Example
Text Example
White with #504D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D3E; }
p { color: rgb(80,77,62); }
H1.HeaderClassName
{
color: #504D3E;
}
.AnyTagClassName
{
color: #504D3E;
}
</style>
background-color css
<style>
a { background-color: #504D3E; }
a { background-color: rgb(80,77,62); }
div.DivClassName
{
background-color: #504D3E;
}
.BgClassName
{
background-color: #504D3E;
}
</style>
border-color css
<style>
span { border-color: #504D3E; }
span { border-color: rgb(80,77,62); }
td.TdClassName
{
border-color: #504D3E;
}
.TagClassName
{
border-color: #504D3E;
}
</style>