Shades of Panda #524D36
Tints of Panda #524D36
RGB
CMYK
RGB Variations
Color information
#524D36 (or 0x524D36) is known color: Panda. HEX triplet: 52, 4D and 36. RGB value is (82,77,54). Sum of RGB (Red+Green+Blue) = 82+77+54=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 82 - color contains mainly: red. Hex color #524D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D36 is #ADB2C9. Grayscale: #4B4B4B. Windows color (decimal): -11383498 or 3558738. OLE color: 3558738.
HSL color Cylindrical-coordinate representation of color #524D36: hue angle of 49.29º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #524D36 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 77 | 54 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.68 |
| HSL | 49.29º | 0.21% | 0.27% | - |
| HSV(B) | 49.29º | 0.34% | 0.32% | - |
| XYZ | 6.8 | 7.37 | 4.55 | - |
| YUV | 75.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 54 | 0 | 0.06 | 0.34 | 0.68 | 49.29 | 0.21 | 0.27 |
| Hex | 52 | 4D | 36 | 0 | 6 | 22 | 44 | 31 | 15 | 1B |
| Octal | 122 | 115 | 66 | 0 | 6 | 42 | 104 | 61 | 25 | 33 |
| Binary | 1010010 | 1001101 | 110110 | 0 | 110 | 100010 | 1000100 | 110001 | 10101 | 11011 |
Color Harmonies of #524D36
Complementary color
Monochromatic Colors of #524D36
Black with #524D36
Text Example
Text Example
White with #524D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D36; }
p { color: rgb(82,77,54); }
H1.HeaderClassName
{
color: #524D36;
}
.AnyTagClassName
{
color: #524D36;
}
</style>
background-color css
<style>
a { background-color: #524D36; }
a { background-color: rgb(82,77,54); }
div.DivClassName
{
background-color: #524D36;
}
.BgClassName
{
background-color: #524D36;
}
</style>
border-color css
<style>
span { border-color: #524D36; }
span { border-color: rgb(82,77,54); }
td.TdClassName
{
border-color: #524D36;
}
.TagClassName
{
border-color: #524D36;
}
</style>