Shades of Panda #514E40
Tints of Panda #514E40
RGB
CMYK
RGB Variations
Color information
#514E40 (or 0x514E40) is known color: Panda. HEX triplet: 51, 4E and 40. RGB value is (81,78,64). Sum of RGB (Red+Green+Blue) = 81+78+64=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 81 - color contains mainly: red. Hex color #514E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E40 is #AEB1BF. Grayscale: #4D4D4D. Windows color (decimal): -11448768 or 4214353. OLE color: 4214353.
HSL color Cylindrical-coordinate representation of color #514E40: hue angle of 49.41º 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 #514E40 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 64 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.68 |
| HSL | 49.41º | 0.12% | 0.28% | - |
| HSV(B) | 49.41º | 0.21% | 0.32% | - |
| XYZ | 7.04 | 7.57 | 5.94 | - |
| YUV | 77.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 64 | 0 | 0.04 | 0.21 | 0.68 | 49.41 | 0.12 | 0.28 |
| Hex | 51 | 4E | 40 | 0 | 4 | 15 | 44 | 31 | C | 1C |
| Octal | 121 | 116 | 100 | 0 | 4 | 25 | 104 | 61 | 14 | 34 |
| Binary | 1010001 | 1001110 | 1000000 | 0 | 100 | 10101 | 1000100 | 110001 | 1100 | 11100 |
Color Harmonies of #514E40
Complementary color
Monochromatic Colors of #514E40
Black with #514E40
Text Example
Text Example
White with #514E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E40; }
p { color: rgb(81,78,64); }
H1.HeaderClassName
{
color: #514E40;
}
.AnyTagClassName
{
color: #514E40;
}
</style>
background-color css
<style>
a { background-color: #514E40; }
a { background-color: rgb(81,78,64); }
div.DivClassName
{
background-color: #514E40;
}
.BgClassName
{
background-color: #514E40;
}
</style>
border-color css
<style>
span { border-color: #514E40; }
span { border-color: rgb(81,78,64); }
td.TdClassName
{
border-color: #514E40;
}
.TagClassName
{
border-color: #514E40;
}
</style>