Shades of Panda #514D40
Tints of Panda #514D40
RGB
CMYK
RGB Variations
Color information
#514D40 (or 0x514D40) is known color: Panda. HEX triplet: 51, 4D and 40. RGB value is (81,77,64). Sum of RGB (Red+Green+Blue) = 81+77+64=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 81 - color contains mainly: red. Hex color #514D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D40 is #AEB2BF. Grayscale: #4C4C4C. Windows color (decimal): -11449024 or 4214097. OLE color: 4214097.
HSL color Cylindrical-coordinate representation of color #514D40: hue angle of 45.88º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #514D40 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 77 | 64 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.68 |
| HSL | 45.88º | 0.12% | 0.28% | - |
| HSV(B) | 45.88º | 0.21% | 0.32% | - |
| XYZ | 6.97 | 7.43 | 5.92 | - |
| YUV | 76.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 64 | 0 | 0.05 | 0.21 | 0.68 | 45.88 | 0.12 | 0.28 |
| Hex | 51 | 4D | 40 | 0 | 5 | 15 | 44 | 2E | C | 1C |
| Octal | 121 | 115 | 100 | 0 | 5 | 25 | 104 | 56 | 14 | 34 |
| Binary | 1010001 | 1001101 | 1000000 | 0 | 101 | 10101 | 1000100 | 101110 | 1100 | 11100 |
Color Harmonies of #514D40
Complementary color
Monochromatic Colors of #514D40
Black with #514D40
Text Example
Text Example
White with #514D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D40; }
p { color: rgb(81,77,64); }
H1.HeaderClassName
{
color: #514D40;
}
.AnyTagClassName
{
color: #514D40;
}
</style>
background-color css
<style>
a { background-color: #514D40; }
a { background-color: rgb(81,77,64); }
div.DivClassName
{
background-color: #514D40;
}
.BgClassName
{
background-color: #514D40;
}
</style>
border-color css
<style>
span { border-color: #514D40; }
span { border-color: rgb(81,77,64); }
td.TdClassName
{
border-color: #514D40;
}
.TagClassName
{
border-color: #514D40;
}
</style>