Shades of Panda #4C493C
Tints of Panda #4C493C
RGB
CMYK
RGB Variations
Color information
#4C493C (or 0x4C493C) is known color: Panda. HEX triplet: 4C, 49 and 3C. RGB value is (76,73,60). Sum of RGB (Red+Green+Blue) = 76+73+60=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 76 - color contains mainly: red. Hex color #4C493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C493C is #B3B6C3. Grayscale: #484848. Windows color (decimal): -11777732 or 3950924. OLE color: 3950924.
HSL color Cylindrical-coordinate representation of color #4C493C: hue angle of 48.75º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C493C is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 73 | 60 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.70 |
| HSL | 48.75º | 0.12% | 0.27% | - |
| HSV(B) | 48.75º | 0.21% | 0.3% | - |
| XYZ | 6.18 | 6.63 | 5.23 | - |
| YUV | 72.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 60 | 0 | 0.04 | 0.21 | 0.70 | 48.75 | 0.12 | 0.27 |
| Hex | 4C | 49 | 3C | 0 | 4 | 15 | 46 | 31 | C | 1B |
| Octal | 114 | 111 | 74 | 0 | 4 | 25 | 106 | 61 | 14 | 33 |
| Binary | 1001100 | 1001001 | 111100 | 0 | 100 | 10101 | 1000110 | 110001 | 1100 | 11011 |
Color Harmonies of #4C493C
Complementary color
Monochromatic Colors of #4C493C
Black with #4C493C
Text Example
Text Example
White with #4C493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C493C; }
p { color: rgb(76,73,60); }
H1.HeaderClassName
{
color: #4C493C;
}
.AnyTagClassName
{
color: #4C493C;
}
</style>
background-color css
<style>
a { background-color: #4C493C; }
a { background-color: rgb(76,73,60); }
div.DivClassName
{
background-color: #4C493C;
}
.BgClassName
{
background-color: #4C493C;
}
</style>
border-color css
<style>
span { border-color: #4C493C; }
span { border-color: rgb(76,73,60); }
td.TdClassName
{
border-color: #4C493C;
}
.TagClassName
{
border-color: #4C493C;
}
</style>