Shades of Panda #524F3C
Tints of Panda #524F3C
RGB
CMYK
RGB Variations
Color information
#524F3C (or 0x524F3C) is known color: Panda. HEX triplet: 52, 4F and 3C. RGB value is (82,79,60). Sum of RGB (Red+Green+Blue) = 82+79+60=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #524F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F3C is #ADB0C3. Grayscale: #4D4D4D. Windows color (decimal): -11382980 or 3952466. OLE color: 3952466.
HSL color Cylindrical-coordinate representation of color #524F3C: hue angle of 51.82º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #524F3C is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 79 | 60 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.68 |
| HSL | 51.82º | 0.15% | 0.28% | - |
| HSV(B) | 51.82º | 0.27% | 0.32% | - |
| XYZ | 7.09 | 7.71 | 5.39 | - |
| YUV | 77.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 60 | 0 | 0.04 | 0.27 | 0.68 | 51.82 | 0.15 | 0.28 |
| Hex | 52 | 4F | 3C | 0 | 4 | 1B | 44 | 34 | F | 1C |
| Octal | 122 | 117 | 74 | 0 | 4 | 33 | 104 | 64 | 17 | 34 |
| Binary | 1010010 | 1001111 | 111100 | 0 | 100 | 11011 | 1000100 | 110100 | 1111 | 11100 |
Color Harmonies of #524F3C
Complementary color
Monochromatic Colors of #524F3C
Black with #524F3C
Text Example
Text Example
White with #524F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F3C; }
p { color: rgb(82,79,60); }
H1.HeaderClassName
{
color: #524F3C;
}
.AnyTagClassName
{
color: #524F3C;
}
</style>
background-color css
<style>
a { background-color: #524F3C; }
a { background-color: rgb(82,79,60); }
div.DivClassName
{
background-color: #524F3C;
}
.BgClassName
{
background-color: #524F3C;
}
</style>
border-color css
<style>
span { border-color: #524F3C; }
span { border-color: rgb(82,79,60); }
td.TdClassName
{
border-color: #524F3C;
}
.TagClassName
{
border-color: #524F3C;
}
</style>