Shades of Panda #504C3E
Tints of Panda #504C3E
RGB
CMYK
RGB Variations
Color information
#504C3E (or 0x504C3E) is known color: Panda. HEX triplet: 50, 4C and 3E. RGB value is (80,76,62). Sum of RGB (Red+Green+Blue) = 80+76+62=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 80 - color contains mainly: red. Hex color #504C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C3E is #AFB3C1. Grayscale: #4B4B4B. Windows color (decimal): -11514818 or 4082768. OLE color: 4082768.
HSL color Cylindrical-coordinate representation of color #504C3E: hue angle of 46.67º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #504C3E is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 76 | 62 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.69 |
| HSL | 46.67º | 0.13% | 0.28% | - |
| HSV(B) | 46.67º | 0.23% | 0.31% | - |
| XYZ | 6.76 | 7.22 | 5.6 | - |
| YUV | 75.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 62 | 0 | 0.05 | 0.22 | 0.69 | 46.67 | 0.13 | 0.28 |
| Hex | 50 | 4C | 3E | 0 | 5 | 16 | 45 | 2F | D | 1C |
| Octal | 120 | 114 | 76 | 0 | 5 | 26 | 105 | 57 | 15 | 34 |
| Binary | 1010000 | 1001100 | 111110 | 0 | 101 | 10110 | 1000101 | 101111 | 1101 | 11100 |
Color Harmonies of #504C3E
Complementary color
Monochromatic Colors of #504C3E
Black with #504C3E
Text Example
Text Example
White with #504C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C3E; }
p { color: rgb(80,76,62); }
H1.HeaderClassName
{
color: #504C3E;
}
.AnyTagClassName
{
color: #504C3E;
}
</style>
background-color css
<style>
a { background-color: #504C3E; }
a { background-color: rgb(80,76,62); }
div.DivClassName
{
background-color: #504C3E;
}
.BgClassName
{
background-color: #504C3E;
}
</style>
border-color css
<style>
span { border-color: #504C3E; }
span { border-color: rgb(80,76,62); }
td.TdClassName
{
border-color: #504C3E;
}
.TagClassName
{
border-color: #504C3E;
}
</style>