Shades of Panda #504E3F
Tints of Panda #504E3F
RGB
CMYK
RGB Variations
Color information
#504E3F (or 0x504E3F) is known color: Panda. HEX triplet: 50, 4E and 3F. RGB value is (80,78,63). Sum of RGB (Red+Green+Blue) = 80+78+63=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 80 - color contains mainly: red. Hex color #504E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E3F is #AFB1C0. Grayscale: #4C4C4C. Windows color (decimal): -11514305 or 4148816. OLE color: 4148816.
HSL color Cylindrical-coordinate representation of color #504E3F: hue angle of 52.94º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #504E3F is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 78 | 63 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.69 |
| HSL | 52.94º | 0.12% | 0.28% | - |
| HSV(B) | 52.94º | 0.21% | 0.31% | - |
| XYZ | 6.93 | 7.51 | 5.79 | - |
| YUV | 76.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 63 | 0 | 0.02 | 0.21 | 0.69 | 52.94 | 0.12 | 0.28 |
| Hex | 50 | 4E | 3F | 0 | 2 | 15 | 45 | 35 | C | 1C |
| Octal | 120 | 116 | 77 | 0 | 2 | 25 | 105 | 65 | 14 | 34 |
| Binary | 1010000 | 1001110 | 111111 | 0 | 10 | 10101 | 1000101 | 110101 | 1100 | 11100 |
Color Harmonies of #504E3F
Complementary color
Monochromatic Colors of #504E3F
Black with #504E3F
Text Example
Text Example
White with #504E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E3F; }
p { color: rgb(80,78,63); }
H1.HeaderClassName
{
color: #504E3F;
}
.AnyTagClassName
{
color: #504E3F;
}
</style>
background-color css
<style>
a { background-color: #504E3F; }
a { background-color: rgb(80,78,63); }
div.DivClassName
{
background-color: #504E3F;
}
.BgClassName
{
background-color: #504E3F;
}
</style>
border-color css
<style>
span { border-color: #504E3F; }
span { border-color: rgb(80,78,63); }
td.TdClassName
{
border-color: #504E3F;
}
.TagClassName
{
border-color: #504E3F;
}
</style>