Shades of Panda #514D3C
Tints of Panda #514D3C
RGB
CMYK
RGB Variations
Color information
#514D3C (or 0x514D3C) is known color: Panda. HEX triplet: 51, 4D and 3C. RGB value is (81,77,60). Sum of RGB (Red+Green+Blue) = 81+77+60=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #514D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D3C is #AEB2C3. Grayscale: #4C4C4C. Windows color (decimal): -11449028 or 3951953. OLE color: 3951953.
HSL color Cylindrical-coordinate representation of color #514D3C: hue angle of 48.57º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #514D3C is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 77 | 60 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.68 |
| HSL | 48.57º | 0.15% | 0.28% | - |
| HSV(B) | 48.57º | 0.26% | 0.32% | - |
| XYZ | 6.86 | 7.38 | 5.34 | - |
| YUV | 76.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 60 | 0 | 0.05 | 0.26 | 0.68 | 48.57 | 0.15 | 0.28 |
| Hex | 51 | 4D | 3C | 0 | 5 | 1A | 44 | 31 | F | 1C |
| Octal | 121 | 115 | 74 | 0 | 5 | 32 | 104 | 61 | 17 | 34 |
| Binary | 1010001 | 1001101 | 111100 | 0 | 101 | 11010 | 1000100 | 110001 | 1111 | 11100 |
Color Harmonies of #514D3C
Complementary color
Monochromatic Colors of #514D3C
Black with #514D3C
Text Example
Text Example
White with #514D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D3C; }
p { color: rgb(81,77,60); }
H1.HeaderClassName
{
color: #514D3C;
}
.AnyTagClassName
{
color: #514D3C;
}
</style>
background-color css
<style>
a { background-color: #514D3C; }
a { background-color: rgb(81,77,60); }
div.DivClassName
{
background-color: #514D3C;
}
.BgClassName
{
background-color: #514D3C;
}
</style>
border-color css
<style>
span { border-color: #514D3C; }
span { border-color: rgb(81,77,60); }
td.TdClassName
{
border-color: #514D3C;
}
.TagClassName
{
border-color: #514D3C;
}
</style>