Shades of Panda #514F3F
Tints of Panda #514F3F
RGB
CMYK
RGB Variations
Color information
#514F3F (or 0x514F3F) is known color: Panda. HEX triplet: 51, 4F and 3F. RGB value is (81,79,63). Sum of RGB (Red+Green+Blue) = 81+79+63=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 81 - color contains mainly: red. Hex color #514F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514F3F is #AEB0C0. Grayscale: #4D4D4D. Windows color (decimal): -11448513 or 4149073. OLE color: 4149073.
HSL color Cylindrical-coordinate representation of color #514F3F: hue angle of 53.33º 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 #514F3F is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 79 | 63 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.68 |
| HSL | 53.33º | 0.13% | 0.28% | - |
| HSV(B) | 53.33º | 0.22% | 0.32% | - |
| XYZ | 7.09 | 7.7 | 5.82 | - |
| YUV | 77.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 63 | 0 | 0.02 | 0.22 | 0.68 | 53.33 | 0.13 | 0.28 |
| Hex | 51 | 4F | 3F | 0 | 2 | 16 | 44 | 35 | C | 1C |
| Octal | 121 | 117 | 77 | 0 | 2 | 26 | 104 | 65 | 14 | 34 |
| Binary | 1010001 | 1001111 | 111111 | 0 | 10 | 10110 | 1000100 | 110101 | 1100 | 11100 |
Color Harmonies of #514F3F
Complementary color
Monochromatic Colors of #514F3F
Black with #514F3F
Text Example
Text Example
White with #514F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F3F; }
p { color: rgb(81,79,63); }
H1.HeaderClassName
{
color: #514F3F;
}
.AnyTagClassName
{
color: #514F3F;
}
</style>
background-color css
<style>
a { background-color: #514F3F; }
a { background-color: rgb(81,79,63); }
div.DivClassName
{
background-color: #514F3F;
}
.BgClassName
{
background-color: #514F3F;
}
</style>
border-color css
<style>
span { border-color: #514F3F; }
span { border-color: rgb(81,79,63); }
td.TdClassName
{
border-color: #514F3F;
}
.TagClassName
{
border-color: #514F3F;
}
</style>