Shades of Panda #514C3C
Tints of Panda #514C3C
RGB
CMYK
RGB Variations
Color information
#514C3C (or 0x514C3C) is known color: Panda. HEX triplet: 51, 4C and 3C. RGB value is (81,76,60). Sum of RGB (Red+Green+Blue) = 81+76+60=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #514C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C3C is #AEB3C3. Grayscale: #4B4B4B. Windows color (decimal): -11449284 or 3951697. OLE color: 3951697.
HSL color Cylindrical-coordinate representation of color #514C3C: hue angle of 45.71º 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 #514C3C is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 76 | 60 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.68 |
| HSL | 45.71º | 0.15% | 0.28% | - |
| HSV(B) | 45.71º | 0.26% | 0.32% | - |
| XYZ | 6.79 | 7.24 | 5.32 | - |
| YUV | 75.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 60 | 0 | 0.06 | 0.26 | 0.68 | 45.71 | 0.15 | 0.28 |
| Hex | 51 | 4C | 3C | 0 | 6 | 1A | 44 | 2E | F | 1C |
| Octal | 121 | 114 | 74 | 0 | 6 | 32 | 104 | 56 | 17 | 34 |
| Binary | 1010001 | 1001100 | 111100 | 0 | 110 | 11010 | 1000100 | 101110 | 1111 | 11100 |
Color Harmonies of #514C3C
Complementary color
Monochromatic Colors of #514C3C
Black with #514C3C
Text Example
Text Example
White with #514C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C3C; }
p { color: rgb(81,76,60); }
H1.HeaderClassName
{
color: #514C3C;
}
.AnyTagClassName
{
color: #514C3C;
}
</style>
background-color css
<style>
a { background-color: #514C3C; }
a { background-color: rgb(81,76,60); }
div.DivClassName
{
background-color: #514C3C;
}
.BgClassName
{
background-color: #514C3C;
}
</style>
border-color css
<style>
span { border-color: #514C3C; }
span { border-color: rgb(81,76,60); }
td.TdClassName
{
border-color: #514C3C;
}
.TagClassName
{
border-color: #514C3C;
}
</style>