Shades of Panda #504E3E
Tints of Panda #504E3E
RGB
CMYK
RGB Variations
Color information
#504E3E (or 0x504E3E) is known color: Panda. HEX triplet: 50, 4E and 3E. RGB value is (80,78,62). Sum of RGB (Red+Green+Blue) = 80+78+62=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 80 - color contains mainly: red. Hex color #504E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E3E is #AFB1C1. Grayscale: #4C4C4C. Windows color (decimal): -11514306 or 4083280. OLE color: 4083280.
HSL color Cylindrical-coordinate representation of color #504E3E: hue angle of 53.33º 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 #504E3E is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
RGB | 80 | 78 | 62 | - |
CMYK | 0 | 0.02 | 0.22 | 0.69 |
HSL | 53.33º | 0.13% | 0.28% | - |
HSV(B) | 53.33º | 0.23% | 0.31% | - |
XYZ | 6.9 | 7.5 | 5.64 | - |
YUV | 76.77 | 119.66 | 130.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 80 | 78 | 62 | 0 | 0.02 | 0.22 | 0.69 | 53.33 | 0.13 | 0.28 |
Hex | 50 | 4E | 3E | 0 | 2 | 16 | 45 | 35 | D | 1C |
Octal | 120 | 116 | 76 | 0 | 2 | 26 | 105 | 65 | 15 | 34 |
Binary | 1010000 | 1001110 | 111110 | 0 | 10 | 10110 | 1000101 | 110101 | 1101 | 11100 |
Color Harmonies of #504E3E
Complementary color
Monochromatic Colors of #504E3E
Black with #504E3E
Text Example
Text Example
White with #504E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E3E; }
p { color: rgb(80,78,62); }
H1.HeaderClassName
{
color: #504E3E;
}
.AnyTagClassName
{
color: #504E3E;
}
</style>
background-color css
<style>
a { background-color: #504E3E; }
a { background-color: rgb(80,78,62); }
div.DivClassName
{
background-color: #504E3E;
}
.BgClassName
{
background-color: #504E3E;
}
</style>
border-color css
<style>
span { border-color: #504E3E; }
span { border-color: rgb(80,78,62); }
td.TdClassName
{
border-color: #504E3E;
}
.TagClassName
{
border-color: #504E3E;
}
</style>