Shades of Panda #52503D
Tints of Panda #52503D
RGB
CMYK
RGB Variations
Color information
#52503D (or 0x52503D) is known color: Panda. HEX triplet: 52, 50 and 3D. RGB value is (82,80,61). Sum of RGB (Red+Green+Blue) = 82+80+61=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 82 - color contains mainly: red. Hex color #52503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52503D is #ADAFC2. Grayscale: #4E4E4E. Windows color (decimal): -11382723 or 4018258. OLE color: 4018258.
HSL color Cylindrical-coordinate representation of color #52503D: hue angle of 54.29º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52503D is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 80 | 61 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.68 |
| HSL | 54.29º | 0.15% | 0.28% | - |
| HSV(B) | 54.29º | 0.26% | 0.32% | - |
| XYZ | 7.19 | 7.87 | 5.55 | - |
| YUV | 78.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 61 | 0 | 0.02 | 0.26 | 0.68 | 54.29 | 0.15 | 0.28 |
| Hex | 52 | 50 | 3D | 0 | 2 | 1A | 44 | 36 | F | 1C |
| Octal | 122 | 120 | 75 | 0 | 2 | 32 | 104 | 66 | 17 | 34 |
| Binary | 1010010 | 1010000 | 111101 | 0 | 10 | 11010 | 1000100 | 110110 | 1111 | 11100 |
Color Harmonies of #52503D
Complementary color
Monochromatic Colors of #52503D
Black with #52503D
Text Example
Text Example
White with #52503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52503D; }
p { color: rgb(82,80,61); }
H1.HeaderClassName
{
color: #52503D;
}
.AnyTagClassName
{
color: #52503D;
}
</style>
background-color css
<style>
a { background-color: #52503D; }
a { background-color: rgb(82,80,61); }
div.DivClassName
{
background-color: #52503D;
}
.BgClassName
{
background-color: #52503D;
}
</style>
border-color css
<style>
span { border-color: #52503D; }
span { border-color: rgb(82,80,61); }
td.TdClassName
{
border-color: #52503D;
}
.TagClassName
{
border-color: #52503D;
}
</style>