Shades of Panda #524E40
Tints of Panda #524E40
RGB
CMYK
RGB Variations
Color information
#524E40 (or 0x524E40) is known color: Panda. HEX triplet: 52, 4E and 40. RGB value is (82,78,64). Sum of RGB (Red+Green+Blue) = 82+78+64=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 82 - color contains mainly: red. Hex color #524E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E40 is #ADB1BF. Grayscale: #4D4D4D. Windows color (decimal): -11383232 or 4214354. OLE color: 4214354.
HSL color Cylindrical-coordinate representation of color #524E40: hue angle of 46.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #524E40 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 78 | 64 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.68 |
| HSL | 46.67º | 0.12% | 0.29% | - |
| HSV(B) | 46.67º | 0.22% | 0.32% | - |
| XYZ | 7.13 | 7.61 | 5.94 | - |
| YUV | 77.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 64 | 0 | 0.05 | 0.22 | 0.68 | 46.67 | 0.12 | 0.29 |
| Hex | 52 | 4E | 40 | 0 | 5 | 16 | 44 | 2F | C | 1D |
| Octal | 122 | 116 | 100 | 0 | 5 | 26 | 104 | 57 | 14 | 35 |
| Binary | 1010010 | 1001110 | 1000000 | 0 | 101 | 10110 | 1000100 | 101111 | 1100 | 11101 |
Color Harmonies of #524E40
Complementary color
Monochromatic Colors of #524E40
Black with #524E40
Text Example
Text Example
White with #524E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524E40; }
p { color: rgb(82,78,64); }
H1.HeaderClassName
{
color: #524E40;
}
.AnyTagClassName
{
color: #524E40;
}
</style>
background-color css
<style>
a { background-color: #524E40; }
a { background-color: rgb(82,78,64); }
div.DivClassName
{
background-color: #524E40;
}
.BgClassName
{
background-color: #524E40;
}
</style>
border-color css
<style>
span { border-color: #524E40; }
span { border-color: rgb(82,78,64); }
td.TdClassName
{
border-color: #524E40;
}
.TagClassName
{
border-color: #524E40;
}
</style>