Shades of Panda #52503F
Tints of Panda #52503F
RGB
CMYK
RGB Variations
Color information
#52503F (or 0x52503F) is known color: Panda. HEX triplet: 52, 50 and 3F. RGB value is (82,80,63). Sum of RGB (Red+Green+Blue) = 82+80+63=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 82 - color contains mainly: red. Hex color #52503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52503F is #ADAFC0. Grayscale: #4E4E4E. Windows color (decimal): -11382721 or 4149330. OLE color: 4149330.
HSL color Cylindrical-coordinate representation of color #52503F: hue angle of 53.68º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #52503F is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 80 | 63 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.68 |
| HSL | 53.68º | 0.13% | 0.28% | - |
| HSV(B) | 53.68º | 0.23% | 0.32% | - |
| XYZ | 7.25 | 7.89 | 5.84 | - |
| YUV | 78.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 63 | 0 | 0.02 | 0.23 | 0.68 | 53.68 | 0.13 | 0.28 |
| Hex | 52 | 50 | 3F | 0 | 2 | 17 | 44 | 36 | D | 1C |
| Octal | 122 | 120 | 77 | 0 | 2 | 27 | 104 | 66 | 15 | 34 |
| Binary | 1010010 | 1010000 | 111111 | 0 | 10 | 10111 | 1000100 | 110110 | 1101 | 11100 |
Color Harmonies of #52503F
Complementary color
Monochromatic Colors of #52503F
Black with #52503F
Text Example
Text Example
White with #52503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52503F; }
p { color: rgb(82,80,63); }
H1.HeaderClassName
{
color: #52503F;
}
.AnyTagClassName
{
color: #52503F;
}
</style>
background-color css
<style>
a { background-color: #52503F; }
a { background-color: rgb(82,80,63); }
div.DivClassName
{
background-color: #52503F;
}
.BgClassName
{
background-color: #52503F;
}
</style>
border-color css
<style>
span { border-color: #52503F; }
span { border-color: rgb(82,80,63); }
td.TdClassName
{
border-color: #52503F;
}
.TagClassName
{
border-color: #52503F;
}
</style>