Shades of Panda #504D3B
Tints of Panda #504D3B
RGB
CMYK
RGB Variations
Color information
#504D3B (or 0x504D3B) is known color: Panda. HEX triplet: 50, 4D and 3B. RGB value is (80,77,59). Sum of RGB (Red+Green+Blue) = 80+77+59=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 80 - color contains mainly: red. Hex color #504D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D3B is #AFB2C4. Grayscale: #4B4B4B. Windows color (decimal): -11514565 or 3886416. OLE color: 3886416.
HSL color Cylindrical-coordinate representation of color #504D3B: hue angle of 51.43º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #504D3B is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 77 | 59 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.69 |
| HSL | 51.43º | 0.15% | 0.27% | - |
| HSV(B) | 51.43º | 0.26% | 0.31% | - |
| XYZ | 6.75 | 7.33 | 5.2 | - |
| YUV | 75.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 59 | 0 | 0.04 | 0.26 | 0.69 | 51.43 | 0.15 | 0.27 |
| Hex | 50 | 4D | 3B | 0 | 4 | 1A | 45 | 33 | F | 1B |
| Octal | 120 | 115 | 73 | 0 | 4 | 32 | 105 | 63 | 17 | 33 |
| Binary | 1010000 | 1001101 | 111011 | 0 | 100 | 11010 | 1000101 | 110011 | 1111 | 11011 |
Color Harmonies of #504D3B
Complementary color
Monochromatic Colors of #504D3B
Black with #504D3B
Text Example
Text Example
White with #504D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D3B; }
p { color: rgb(80,77,59); }
H1.HeaderClassName
{
color: #504D3B;
}
.AnyTagClassName
{
color: #504D3B;
}
</style>
background-color css
<style>
a { background-color: #504D3B; }
a { background-color: rgb(80,77,59); }
div.DivClassName
{
background-color: #504D3B;
}
.BgClassName
{
background-color: #504D3B;
}
</style>
border-color css
<style>
span { border-color: #504D3B; }
span { border-color: rgb(80,77,59); }
td.TdClassName
{
border-color: #504D3B;
}
.TagClassName
{
border-color: #504D3B;
}
</style>