Shades of Panda #52503B
Tints of Panda #52503B
RGB
CMYK
RGB Variations
Color information
#52503B (or 0x52503B) is known color: Panda. HEX triplet: 52, 50 and 3B. RGB value is (82,80,59). Sum of RGB (Red+Green+Blue) = 82+80+59=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #52503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52503B is #ADAFC4. Grayscale: #4E4E4E. Windows color (decimal): -11382725 or 3887186. OLE color: 3887186.
HSL color Cylindrical-coordinate representation of color #52503B: hue angle of 54.78º 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 #52503B is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 80 | 59 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.68 |
| HSL | 54.78º | 0.16% | 0.28% | - |
| HSV(B) | 54.78º | 0.28% | 0.32% | - |
| XYZ | 7.14 | 7.85 | 5.28 | - |
| YUV | 78.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 59 | 0 | 0.02 | 0.28 | 0.68 | 54.78 | 0.16 | 0.28 |
| Hex | 52 | 50 | 3B | 0 | 2 | 1C | 44 | 37 | 10 | 1C |
| Octal | 122 | 120 | 73 | 0 | 2 | 34 | 104 | 67 | 20 | 34 |
| Binary | 1010010 | 1010000 | 111011 | 0 | 10 | 11100 | 1000100 | 110111 | 10000 | 11100 |
Color Harmonies of #52503B
Complementary color
Monochromatic Colors of #52503B
Black with #52503B
Text Example
Text Example
White with #52503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52503B; }
p { color: rgb(82,80,59); }
H1.HeaderClassName
{
color: #52503B;
}
.AnyTagClassName
{
color: #52503B;
}
</style>
background-color css
<style>
a { background-color: #52503B; }
a { background-color: rgb(82,80,59); }
div.DivClassName
{
background-color: #52503B;
}
.BgClassName
{
background-color: #52503B;
}
</style>
border-color css
<style>
span { border-color: #52503B; }
span { border-color: rgb(82,80,59); }
td.TdClassName
{
border-color: #52503B;
}
.TagClassName
{
border-color: #52503B;
}
</style>