Shades of Panda #53503C
Tints of Panda #53503C
RGB
CMYK
RGB Variations
Color information
#53503C (or 0x53503C) is known color: Panda. HEX triplet: 53, 50 and 3C. RGB value is (83,80,60). Sum of RGB (Red+Green+Blue) = 83+80+60=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #53503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53503C is #ACAFC3. Grayscale: #4E4E4E. Windows color (decimal): -11317188 or 3952723. OLE color: 3952723.
HSL color Cylindrical-coordinate representation of color #53503C: hue angle of 52.17º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #53503C is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 60 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.67 |
| HSL | 52.17º | 0.16% | 0.28% | - |
| HSV(B) | 52.17º | 0.28% | 0.33% | - |
| XYZ | 7.25 | 7.9 | 5.42 | - |
| YUV | 78.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 60 | 0 | 0.04 | 0.28 | 0.67 | 52.17 | 0.16 | 0.28 |
| Hex | 53 | 50 | 3C | 0 | 4 | 1C | 43 | 34 | 10 | 1C |
| Octal | 123 | 120 | 74 | 0 | 4 | 34 | 103 | 64 | 20 | 34 |
| Binary | 1010011 | 1010000 | 111100 | 0 | 100 | 11100 | 1000011 | 110100 | 10000 | 11100 |
Color Harmonies of #53503C
Complementary color
Monochromatic Colors of #53503C
Black with #53503C
Text Example
Text Example
White with #53503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53503C; }
p { color: rgb(83,80,60); }
H1.HeaderClassName
{
color: #53503C;
}
.AnyTagClassName
{
color: #53503C;
}
</style>
background-color css
<style>
a { background-color: #53503C; }
a { background-color: rgb(83,80,60); }
div.DivClassName
{
background-color: #53503C;
}
.BgClassName
{
background-color: #53503C;
}
</style>
border-color css
<style>
span { border-color: #53503C; }
span { border-color: rgb(83,80,60); }
td.TdClassName
{
border-color: #53503C;
}
.TagClassName
{
border-color: #53503C;
}
</style>