Shades of Panda #514D3F
Tints of Panda #514D3F
RGB
CMYK
RGB Variations
Color information
#514D3F (or 0x514D3F) is known color: Panda. HEX triplet: 51, 4D and 3F. RGB value is (81,77,63). Sum of RGB (Red+Green+Blue) = 81+77+63=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #514D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D3F is #AEB2C0. Grayscale: #4C4C4C. Windows color (decimal): -11449025 or 4148561. OLE color: 4148561.
HSL color Cylindrical-coordinate representation of color #514D3F: hue angle of 46.67º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #514D3F is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 77 | 63 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.68 |
| HSL | 46.67º | 0.13% | 0.28% | - |
| HSV(B) | 46.67º | 0.22% | 0.32% | - |
| XYZ | 6.94 | 7.42 | 5.77 | - |
| YUV | 76.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 63 | 0 | 0.05 | 0.22 | 0.68 | 46.67 | 0.13 | 0.28 |
| Hex | 51 | 4D | 3F | 0 | 5 | 16 | 44 | 2F | C | 1C |
| Octal | 121 | 115 | 77 | 0 | 5 | 26 | 104 | 57 | 14 | 34 |
| Binary | 1010001 | 1001101 | 111111 | 0 | 101 | 10110 | 1000100 | 101111 | 1100 | 11100 |
Color Harmonies of #514D3F
Complementary color
Monochromatic Colors of #514D3F
Black with #514D3F
Text Example
Text Example
White with #514D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D3F; }
p { color: rgb(81,77,63); }
H1.HeaderClassName
{
color: #514D3F;
}
.AnyTagClassName
{
color: #514D3F;
}
</style>
background-color css
<style>
a { background-color: #514D3F; }
a { background-color: rgb(81,77,63); }
div.DivClassName
{
background-color: #514D3F;
}
.BgClassName
{
background-color: #514D3F;
}
</style>
border-color css
<style>
span { border-color: #514D3F; }
span { border-color: rgb(81,77,63); }
td.TdClassName
{
border-color: #514D3F;
}
.TagClassName
{
border-color: #514D3F;
}
</style>