Shades of Panda #524F40
Tints of Panda #524F40
RGB
CMYK
RGB Variations
Color information
#524F40 (or 0x524F40) is known color: Panda. HEX triplet: 52, 4F and 40. RGB value is (82,79,64). Sum of RGB (Red+Green+Blue) = 82+79+64=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 82 - color contains mainly: red. Hex color #524F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F40 is #ADB0BF. Grayscale: #4E4E4E. Windows color (decimal): -11382976 or 4214610. OLE color: 4214610.
HSL color Cylindrical-coordinate representation of color #524F40: hue angle of 50º 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 #524F40 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 79 | 64 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.68 |
| HSL | 50º | 0.12% | 0.29% | - |
| HSV(B) | 50º | 0.22% | 0.32% | - |
| XYZ | 7.2 | 7.76 | 5.97 | - |
| YUV | 78.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 64 | 0 | 0.04 | 0.22 | 0.68 | 50 | 0.12 | 0.29 |
| Hex | 52 | 4F | 40 | 0 | 4 | 16 | 44 | 32 | C | 1D |
| Octal | 122 | 117 | 100 | 0 | 4 | 26 | 104 | 62 | 14 | 35 |
| Binary | 1010010 | 1001111 | 1000000 | 0 | 100 | 10110 | 1000100 | 110010 | 1100 | 11101 |
Color Harmonies of #524F40
Complementary color
Monochromatic Colors of #524F40
Black with #524F40
Text Example
Text Example
White with #524F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F40; }
p { color: rgb(82,79,64); }
H1.HeaderClassName
{
color: #524F40;
}
.AnyTagClassName
{
color: #524F40;
}
</style>
background-color css
<style>
a { background-color: #524F40; }
a { background-color: rgb(82,79,64); }
div.DivClassName
{
background-color: #524F40;
}
.BgClassName
{
background-color: #524F40;
}
</style>
border-color css
<style>
span { border-color: #524F40; }
span { border-color: rgb(82,79,64); }
td.TdClassName
{
border-color: #524F40;
}
.TagClassName
{
border-color: #524F40;
}
</style>