Shades of Panda #4C483B
Tints of Panda #4C483B
RGB
CMYK
RGB Variations
Color information
#4C483B (or 0x4C483B) is known color: Panda. HEX triplet: 4C, 48 and 3B. RGB value is (76,72,59). Sum of RGB (Red+Green+Blue) = 76+72+59=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 76 - color contains mainly: red. Hex color #4C483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C483B is #B3B7C4. Grayscale: #474747. Windows color (decimal): -11777989 or 3885132. OLE color: 3885132.
HSL color Cylindrical-coordinate representation of color #4C483B: hue angle of 45.88º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C483B is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 72 | 59 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.70 |
| HSL | 45.88º | 0.13% | 0.26% | - |
| HSV(B) | 45.88º | 0.22% | 0.3% | - |
| XYZ | 6.09 | 6.49 | 5.07 | - |
| YUV | 71.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 59 | 0 | 0.05 | 0.22 | 0.70 | 45.88 | 0.13 | 0.26 |
| Hex | 4C | 48 | 3B | 0 | 5 | 16 | 46 | 2E | D | 1A |
| Octal | 114 | 110 | 73 | 0 | 5 | 26 | 106 | 56 | 15 | 32 |
| Binary | 1001100 | 1001000 | 111011 | 0 | 101 | 10110 | 1000110 | 101110 | 1101 | 11010 |
Color Harmonies of #4C483B
Complementary color
Monochromatic Colors of #4C483B
Black with #4C483B
Text Example
Text Example
White with #4C483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C483B; }
p { color: rgb(76,72,59); }
H1.HeaderClassName
{
color: #4C483B;
}
.AnyTagClassName
{
color: #4C483B;
}
</style>
background-color css
<style>
a { background-color: #4C483B; }
a { background-color: rgb(76,72,59); }
div.DivClassName
{
background-color: #4C483B;
}
.BgClassName
{
background-color: #4C483B;
}
</style>
border-color css
<style>
span { border-color: #4C483B; }
span { border-color: rgb(76,72,59); }
td.TdClassName
{
border-color: #4C483B;
}
.TagClassName
{
border-color: #4C483B;
}
</style>