Shades of Panda #514D3D
Tints of Panda #514D3D
RGB
CMYK
RGB Variations
Color information
#514D3D (or 0x514D3D) is known color: Panda. HEX triplet: 51, 4D and 3D. RGB value is (81,77,61). Sum of RGB (Red+Green+Blue) = 81+77+61=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 81 - color contains mainly: red. Hex color #514D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D3D is #AEB2C2. Grayscale: #4C4C4C. Windows color (decimal): -11449027 or 4017489. OLE color: 4017489.
HSL color Cylindrical-coordinate representation of color #514D3D: hue angle of 48º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #514D3D is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 77 | 61 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.68 |
| HSL | 48º | 0.14% | 0.28% | - |
| HSV(B) | 48º | 0.25% | 0.32% | - |
| XYZ | 6.89 | 7.39 | 5.48 | - |
| YUV | 76.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 61 | 0 | 0.05 | 0.25 | 0.68 | 48 | 0.14 | 0.28 |
| Hex | 51 | 4D | 3D | 0 | 5 | 19 | 44 | 30 | E | 1C |
| Octal | 121 | 115 | 75 | 0 | 5 | 31 | 104 | 60 | 16 | 34 |
| Binary | 1010001 | 1001101 | 111101 | 0 | 101 | 11001 | 1000100 | 110000 | 1110 | 11100 |
Color Harmonies of #514D3D
Complementary color
Monochromatic Colors of #514D3D
Black with #514D3D
Text Example
Text Example
White with #514D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D3D; }
p { color: rgb(81,77,61); }
H1.HeaderClassName
{
color: #514D3D;
}
.AnyTagClassName
{
color: #514D3D;
}
</style>
background-color css
<style>
a { background-color: #514D3D; }
a { background-color: rgb(81,77,61); }
div.DivClassName
{
background-color: #514D3D;
}
.BgClassName
{
background-color: #514D3D;
}
</style>
border-color css
<style>
span { border-color: #514D3D; }
span { border-color: rgb(81,77,61); }
td.TdClassName
{
border-color: #514D3D;
}
.TagClassName
{
border-color: #514D3D;
}
</style>