Shades of Panda #4C493D
Tints of Panda #4C493D
RGB
CMYK
RGB Variations
Color information
#4C493D (or 0x4C493D) is known color: Panda. HEX triplet: 4C, 49 and 3D. RGB value is (76,73,61). Sum of RGB (Red+Green+Blue) = 76+73+61=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 76 - color contains mainly: red. Hex color #4C493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C493D is #B3B6C2. Grayscale: #484848. Windows color (decimal): -11777731 or 4016460. OLE color: 4016460.
HSL color Cylindrical-coordinate representation of color #4C493D: hue angle of 48º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C493D is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 73 | 61 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.70 |
| HSL | 48º | 0.11% | 0.27% | - |
| HSV(B) | 48º | 0.2% | 0.3% | - |
| XYZ | 6.21 | 6.64 | 5.37 | - |
| YUV | 72.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 61 | 0 | 0.04 | 0.20 | 0.70 | 48 | 0.11 | 0.27 |
| Hex | 4C | 49 | 3D | 0 | 4 | 14 | 46 | 30 | B | 1B |
| Octal | 114 | 111 | 75 | 0 | 4 | 24 | 106 | 60 | 13 | 33 |
| Binary | 1001100 | 1001001 | 111101 | 0 | 100 | 10100 | 1000110 | 110000 | 1011 | 11011 |
Color Harmonies of #4C493D
Complementary color
Monochromatic Colors of #4C493D
Black with #4C493D
Text Example
Text Example
White with #4C493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C493D; }
p { color: rgb(76,73,61); }
H1.HeaderClassName
{
color: #4C493D;
}
.AnyTagClassName
{
color: #4C493D;
}
</style>
background-color css
<style>
a { background-color: #4C493D; }
a { background-color: rgb(76,73,61); }
div.DivClassName
{
background-color: #4C493D;
}
.BgClassName
{
background-color: #4C493D;
}
</style>
border-color css
<style>
span { border-color: #4C493D; }
span { border-color: rgb(76,73,61); }
td.TdClassName
{
border-color: #4C493D;
}
.TagClassName
{
border-color: #4C493D;
}
</style>