Shades of Panda #514C3F
Tints of Panda #514C3F
RGB
CMYK
RGB Variations
Color information
#514C3F (or 0x514C3F) is known color: Panda. HEX triplet: 51, 4C and 3F. RGB value is (81,76,63). Sum of RGB (Red+Green+Blue) = 81+76+63=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #514C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C3F is #AEB3C0. Grayscale: #4C4C4C. Windows color (decimal): -11449281 or 4148305. OLE color: 4148305.
HSL color Cylindrical-coordinate representation of color #514C3F: hue angle of 43.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 #514C3F is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 76 | 63 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.68 |
| HSL | 43.33º | 0.13% | 0.28% | - |
| HSV(B) | 43.33º | 0.22% | 0.32% | - |
| XYZ | 6.87 | 7.28 | 5.74 | - |
| YUV | 76.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 63 | 0 | 0.06 | 0.22 | 0.68 | 43.33 | 0.13 | 0.28 |
| Hex | 51 | 4C | 3F | 0 | 6 | 16 | 44 | 2B | C | 1C |
| Octal | 121 | 114 | 77 | 0 | 6 | 26 | 104 | 53 | 14 | 34 |
| Binary | 1010001 | 1001100 | 111111 | 0 | 110 | 10110 | 1000100 | 101011 | 1100 | 11100 |
Color Harmonies of #514C3F
Complementary color
Monochromatic Colors of #514C3F
Black with #514C3F
Text Example
Text Example
White with #514C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C3F; }
p { color: rgb(81,76,63); }
H1.HeaderClassName
{
color: #514C3F;
}
.AnyTagClassName
{
color: #514C3F;
}
</style>
background-color css
<style>
a { background-color: #514C3F; }
a { background-color: rgb(81,76,63); }
div.DivClassName
{
background-color: #514C3F;
}
.BgClassName
{
background-color: #514C3F;
}
</style>
border-color css
<style>
span { border-color: #514C3F; }
span { border-color: rgb(81,76,63); }
td.TdClassName
{
border-color: #514C3F;
}
.TagClassName
{
border-color: #514C3F;
}
</style>