Shades of Panda #4F4D3D
Tints of Panda #4F4D3D
RGB
CMYK
RGB Variations
Color information
#4F4D3D (or 0x4F4D3D) is known color: Panda. HEX triplet: 4F, 4D and 3D. RGB value is (79,77,61). Sum of RGB (Red+Green+Blue) = 79+77+61=217 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.41% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4D3D is #B0B2C2. Grayscale: #4B4B4B. Windows color (decimal): -11580099 or 4017487. OLE color: 4017487.
HSL color Cylindrical-coordinate representation of color #4F4D3D: hue angle of 53.33º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F4D3D is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 77 | 61 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.69 |
| HSL | 53.33º | 0.13% | 0.27% | - |
| HSV(B) | 53.33º | 0.23% | 0.31% | - |
| XYZ | 6.72 | 7.31 | 5.47 | - |
| YUV | 75.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 77 | 61 | 0 | 0.03 | 0.23 | 0.69 | 53.33 | 0.13 | 0.27 |
| Hex | 4F | 4D | 3D | 0 | 3 | 17 | 45 | 35 | D | 1B |
| Octal | 117 | 115 | 75 | 0 | 3 | 27 | 105 | 65 | 15 | 33 |
| Binary | 1001111 | 1001101 | 111101 | 0 | 11 | 10111 | 1000101 | 110101 | 1101 | 11011 |
Color Harmonies of #4F4D3D
Complementary color
Monochromatic Colors of #4F4D3D
Black with #4F4D3D
Text Example
Text Example
White with #4F4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4D3D; }
p { color: rgb(79,77,61); }
H1.HeaderClassName
{
color: #4F4D3D;
}
.AnyTagClassName
{
color: #4F4D3D;
}
</style>
background-color css
<style>
a { background-color: #4F4D3D; }
a { background-color: rgb(79,77,61); }
div.DivClassName
{
background-color: #4F4D3D;
}
.BgClassName
{
background-color: #4F4D3D;
}
</style>
border-color css
<style>
span { border-color: #4F4D3D; }
span { border-color: rgb(79,77,61); }
td.TdClassName
{
border-color: #4F4D3D;
}
.TagClassName
{
border-color: #4F4D3D;
}
</style>