Shades of Panda #524E37
Tints of Panda #524E37
RGB
CMYK
RGB Variations
Color information
#524E37 (or 0x524E37) is known color: Panda. HEX triplet: 52, 4E and 37. RGB value is (82,78,55). Sum of RGB (Red+Green+Blue) = 82+78+55=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #524E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E37 is #ADB1C8. Grayscale: #4C4C4C. Windows color (decimal): -11383241 or 3624530. OLE color: 3624530.
HSL color Cylindrical-coordinate representation of color #524E37: hue angle of 51.11º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #524E37 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 78 | 55 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.68 |
| HSL | 51.11º | 0.2% | 0.27% | - |
| HSV(B) | 51.11º | 0.33% | 0.32% | - |
| XYZ | 6.89 | 7.52 | 4.7 | - |
| YUV | 76.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 55 | 0 | 0.05 | 0.33 | 0.68 | 51.11 | 0.2 | 0.27 |
| Hex | 52 | 4E | 37 | 0 | 5 | 21 | 44 | 33 | 14 | 1B |
| Octal | 122 | 116 | 67 | 0 | 5 | 41 | 104 | 63 | 24 | 33 |
| Binary | 1010010 | 1001110 | 110111 | 0 | 101 | 100001 | 1000100 | 110011 | 10100 | 11011 |
Color Harmonies of #524E37
Complementary color
Monochromatic Colors of #524E37
Black with #524E37
Text Example
Text Example
White with #524E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524E37; }
p { color: rgb(82,78,55); }
H1.HeaderClassName
{
color: #524E37;
}
.AnyTagClassName
{
color: #524E37;
}
</style>
background-color css
<style>
a { background-color: #524E37; }
a { background-color: rgb(82,78,55); }
div.DivClassName
{
background-color: #524E37;
}
.BgClassName
{
background-color: #524E37;
}
</style>
border-color css
<style>
span { border-color: #524E37; }
span { border-color: rgb(82,78,55); }
td.TdClassName
{
border-color: #524E37;
}
.TagClassName
{
border-color: #524E37;
}
</style>