Shades of Panda #524C3B
Tints of Panda #524C3B
RGB
CMYK
RGB Variations
Color information
#524C3B (or 0x524C3B) is known color: Panda. HEX triplet: 52, 4C and 3B. RGB value is (82,76,59). Sum of RGB (Red+Green+Blue) = 82+76+59=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 82 - color contains mainly: red. Hex color #524C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C3B is #ADB3C4. Grayscale: #4B4B4B. Windows color (decimal): -11383749 or 3886162. OLE color: 3886162.
HSL color Cylindrical-coordinate representation of color #524C3B: hue angle of 44.35º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #524C3B is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 76 | 59 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.68 |
| HSL | 44.35º | 0.16% | 0.28% | - |
| HSV(B) | 44.35º | 0.28% | 0.32% | - |
| XYZ | 6.85 | 7.28 | 5.18 | - |
| YUV | 75.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 76 | 59 | 0 | 0.07 | 0.28 | 0.68 | 44.35 | 0.16 | 0.28 |
| Hex | 52 | 4C | 3B | 0 | 7 | 1C | 44 | 2C | 10 | 1C |
| Octal | 122 | 114 | 73 | 0 | 7 | 34 | 104 | 54 | 20 | 34 |
| Binary | 1010010 | 1001100 | 111011 | 0 | 111 | 11100 | 1000100 | 101100 | 10000 | 11100 |
Color Harmonies of #524C3B
Complementary color
Monochromatic Colors of #524C3B
Black with #524C3B
Text Example
Text Example
White with #524C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524C3B; }
p { color: rgb(82,76,59); }
H1.HeaderClassName
{
color: #524C3B;
}
.AnyTagClassName
{
color: #524C3B;
}
</style>
background-color css
<style>
a { background-color: #524C3B; }
a { background-color: rgb(82,76,59); }
div.DivClassName
{
background-color: #524C3B;
}
.BgClassName
{
background-color: #524C3B;
}
</style>
border-color css
<style>
span { border-color: #524C3B; }
span { border-color: rgb(82,76,59); }
td.TdClassName
{
border-color: #524C3B;
}
.TagClassName
{
border-color: #524C3B;
}
</style>