Shades of Panda #4D4A3B
Tints of Panda #4D4A3B
RGB
CMYK
RGB Variations
Color information
#4D4A3B (or 0x4D4A3B) is known color: Panda. HEX triplet: 4D, 4A and 3B. RGB value is (77,74,59). Sum of RGB (Red+Green+Blue) = 77+74+59=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4A3B is #B2B5C4. Grayscale: #494949. Windows color (decimal): -11711941 or 3885645. OLE color: 3885645.
HSL color Cylindrical-coordinate representation of color #4D4A3B: hue angle of 50º 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 #4D4A3B is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 74 | 59 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.70 |
| HSL | 50º | 0.13% | 0.27% | - |
| HSV(B) | 50º | 0.23% | 0.3% | - |
| XYZ | 6.3 | 6.79 | 5.12 | - |
| YUV | 73.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 59 | 0 | 0.04 | 0.23 | 0.70 | 50 | 0.13 | 0.27 |
| Hex | 4D | 4A | 3B | 0 | 4 | 17 | 46 | 32 | D | 1B |
| Octal | 115 | 112 | 73 | 0 | 4 | 27 | 106 | 62 | 15 | 33 |
| Binary | 1001101 | 1001010 | 111011 | 0 | 100 | 10111 | 1000110 | 110010 | 1101 | 11011 |
Color Harmonies of #4D4A3B
Complementary color
Monochromatic Colors of #4D4A3B
Black with #4D4A3B
Text Example
Text Example
White with #4D4A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4A3B; }
p { color: rgb(77,74,59); }
H1.HeaderClassName
{
color: #4D4A3B;
}
.AnyTagClassName
{
color: #4D4A3B;
}
</style>
background-color css
<style>
a { background-color: #4D4A3B; }
a { background-color: rgb(77,74,59); }
div.DivClassName
{
background-color: #4D4A3B;
}
.BgClassName
{
background-color: #4D4A3B;
}
</style>
border-color css
<style>
span { border-color: #4D4A3B; }
span { border-color: rgb(77,74,59); }
td.TdClassName
{
border-color: #4D4A3B;
}
.TagClassName
{
border-color: #4D4A3B;
}
</style>