Shades of Panda #514C3D
Tints of Panda #514C3D
RGB
CMYK
RGB Variations
Color information
#514C3D (or 0x514C3D) is known color: Panda. HEX triplet: 51, 4C and 3D. RGB value is (81,76,61). Sum of RGB (Red+Green+Blue) = 81+76+61=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #514C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C3D is #AEB3C2. Grayscale: #4B4B4B. Windows color (decimal): -11449283 or 4017233. OLE color: 4017233.
HSL color Cylindrical-coordinate representation of color #514C3D: hue angle of 45º 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 #514C3D is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 76 | 61 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.68 |
| HSL | 45º | 0.14% | 0.28% | - |
| HSV(B) | 45º | 0.25% | 0.32% | - |
| XYZ | 6.82 | 7.26 | 5.46 | - |
| YUV | 75.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 61 | 0 | 0.06 | 0.25 | 0.68 | 45 | 0.14 | 0.28 |
| Hex | 51 | 4C | 3D | 0 | 6 | 19 | 44 | 2D | E | 1C |
| Octal | 121 | 114 | 75 | 0 | 6 | 31 | 104 | 55 | 16 | 34 |
| Binary | 1010001 | 1001100 | 111101 | 0 | 110 | 11001 | 1000100 | 101101 | 1110 | 11100 |
Color Harmonies of #514C3D
Complementary color
Monochromatic Colors of #514C3D
Black with #514C3D
Text Example
Text Example
White with #514C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C3D; }
p { color: rgb(81,76,61); }
H1.HeaderClassName
{
color: #514C3D;
}
.AnyTagClassName
{
color: #514C3D;
}
</style>
background-color css
<style>
a { background-color: #514C3D; }
a { background-color: rgb(81,76,61); }
div.DivClassName
{
background-color: #514C3D;
}
.BgClassName
{
background-color: #514C3D;
}
</style>
border-color css
<style>
span { border-color: #514C3D; }
span { border-color: rgb(81,76,61); }
td.TdClassName
{
border-color: #514C3D;
}
.TagClassName
{
border-color: #514C3D;
}
</style>