Shades of Panda #504D3A
Tints of Panda #504D3A
RGB
CMYK
RGB Variations
Color information
#504D3A (or 0x504D3A) is known color: Panda. HEX triplet: 50, 4D and 3A. RGB value is (80,77,58). Sum of RGB (Red+Green+Blue) = 80+77+58=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 80 - color contains mainly: red. Hex color #504D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D3A is #AFB2C5. Grayscale: #4B4B4B. Windows color (decimal): -11514566 or 3820880. OLE color: 3820880.
HSL color Cylindrical-coordinate representation of color #504D3A: hue angle of 51.82º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #504D3A is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 77 | 58 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.69 |
| HSL | 51.82º | 0.16% | 0.27% | - |
| HSV(B) | 51.82º | 0.28% | 0.31% | - |
| XYZ | 6.73 | 7.32 | 5.06 | - |
| YUV | 75.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 58 | 0 | 0.04 | 0.28 | 0.69 | 51.82 | 0.16 | 0.27 |
| Hex | 50 | 4D | 3A | 0 | 4 | 1C | 45 | 34 | 10 | 1B |
| Octal | 120 | 115 | 72 | 0 | 4 | 34 | 105 | 64 | 20 | 33 |
| Binary | 1010000 | 1001101 | 111010 | 0 | 100 | 11100 | 1000101 | 110100 | 10000 | 11011 |
Color Harmonies of #504D3A
Complementary color
Monochromatic Colors of #504D3A
Black with #504D3A
Text Example
Text Example
White with #504D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D3A; }
p { color: rgb(80,77,58); }
H1.HeaderClassName
{
color: #504D3A;
}
.AnyTagClassName
{
color: #504D3A;
}
</style>
background-color css
<style>
a { background-color: #504D3A; }
a { background-color: rgb(80,77,58); }
div.DivClassName
{
background-color: #504D3A;
}
.BgClassName
{
background-color: #504D3A;
}
</style>
border-color css
<style>
span { border-color: #504D3A; }
span { border-color: rgb(80,77,58); }
td.TdClassName
{
border-color: #504D3A;
}
.TagClassName
{
border-color: #504D3A;
}
</style>