Shades of Panda #514D3B
Tints of Panda #514D3B
RGB
CMYK
RGB Variations
Color information
#514D3B (or 0x514D3B) is known color: Panda. HEX triplet: 51, 4D and 3B. RGB value is (81,77,59). Sum of RGB (Red+Green+Blue) = 81+77+59=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #514D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D3B is #AEB2C4. Grayscale: #4C4C4C. Windows color (decimal): -11449029 or 3886417. OLE color: 3886417.
HSL color Cylindrical-coordinate representation of color #514D3B: hue angle of 49.09º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #514D3B is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 77 | 59 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.68 |
| HSL | 49.09º | 0.16% | 0.27% | - |
| HSV(B) | 49.09º | 0.27% | 0.32% | - |
| XYZ | 6.84 | 7.37 | 5.2 | - |
| YUV | 76.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 59 | 0 | 0.05 | 0.27 | 0.68 | 49.09 | 0.16 | 0.27 |
| Hex | 51 | 4D | 3B | 0 | 5 | 1B | 44 | 31 | 10 | 1B |
| Octal | 121 | 115 | 73 | 0 | 5 | 33 | 104 | 61 | 20 | 33 |
| Binary | 1010001 | 1001101 | 111011 | 0 | 101 | 11011 | 1000100 | 110001 | 10000 | 11011 |
Color Harmonies of #514D3B
Complementary color
Monochromatic Colors of #514D3B
Black with #514D3B
Text Example
Text Example
White with #514D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D3B; }
p { color: rgb(81,77,59); }
H1.HeaderClassName
{
color: #514D3B;
}
.AnyTagClassName
{
color: #514D3B;
}
</style>
background-color css
<style>
a { background-color: #514D3B; }
a { background-color: rgb(81,77,59); }
div.DivClassName
{
background-color: #514D3B;
}
.BgClassName
{
background-color: #514D3B;
}
</style>
border-color css
<style>
span { border-color: #514D3B; }
span { border-color: rgb(81,77,59); }
td.TdClassName
{
border-color: #514D3B;
}
.TagClassName
{
border-color: #514D3B;
}
</style>