Shades of Panda #4D493B
Tints of Panda #4D493B
RGB
CMYK
RGB Variations
Color information
#4D493B (or 0x4D493B) is known color: Panda. HEX triplet: 4D, 49 and 3B. RGB value is (77,73,59). Sum of RGB (Red+Green+Blue) = 77+73+59=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 77 - color contains mainly: red. Hex color #4D493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D493B is #B2B6C4. Grayscale: #484848. Windows color (decimal): -11712197 or 3885389. OLE color: 3885389.
HSL color Cylindrical-coordinate representation of color #4D493B: hue angle of 46.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D493B is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 73 | 59 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.70 |
| HSL | 46.67º | 0.13% | 0.27% | - |
| HSV(B) | 46.67º | 0.23% | 0.3% | - |
| XYZ | 6.23 | 6.66 | 5.09 | - |
| YUV | 72.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 59 | 0 | 0.05 | 0.23 | 0.70 | 46.67 | 0.13 | 0.27 |
| Hex | 4D | 49 | 3B | 0 | 5 | 17 | 46 | 2F | D | 1B |
| Octal | 115 | 111 | 73 | 0 | 5 | 27 | 106 | 57 | 15 | 33 |
| Binary | 1001101 | 1001001 | 111011 | 0 | 101 | 10111 | 1000110 | 101111 | 1101 | 11011 |
Color Harmonies of #4D493B
Complementary color
Monochromatic Colors of #4D493B
Black with #4D493B
Text Example
Text Example
White with #4D493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D493B; }
p { color: rgb(77,73,59); }
H1.HeaderClassName
{
color: #4D493B;
}
.AnyTagClassName
{
color: #4D493B;
}
</style>
background-color css
<style>
a { background-color: #4D493B; }
a { background-color: rgb(77,73,59); }
div.DivClassName
{
background-color: #4D493B;
}
.BgClassName
{
background-color: #4D493B;
}
</style>
border-color css
<style>
span { border-color: #4D493B; }
span { border-color: rgb(77,73,59); }
td.TdClassName
{
border-color: #4D493B;
}
.TagClassName
{
border-color: #4D493B;
}
</style>