Shades of Panda #53503A
Tints of Panda #53503A
RGB
CMYK
RGB Variations
Color information
#53503A (or 0x53503A) is known color: Panda. HEX triplet: 53, 50 and 3A. RGB value is (83,80,58). Sum of RGB (Red+Green+Blue) = 83+80+58=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #53503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53503A is #ACAFC5. Grayscale: #4E4E4E. Windows color (decimal): -11317190 or 3821651. OLE color: 3821651.
HSL color Cylindrical-coordinate representation of color #53503A: hue angle of 52.8º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53503A is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 58 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.67 |
| HSL | 52.8º | 0.18% | 0.28% | - |
| HSV(B) | 52.8º | 0.3% | 0.33% | - |
| XYZ | 7.2 | 7.88 | 5.14 | - |
| YUV | 78.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 58 | 0 | 0.04 | 0.30 | 0.67 | 52.8 | 0.18 | 0.28 |
| Hex | 53 | 50 | 3A | 0 | 4 | 1E | 43 | 35 | 12 | 1C |
| Octal | 123 | 120 | 72 | 0 | 4 | 36 | 103 | 65 | 22 | 34 |
| Binary | 1010011 | 1010000 | 111010 | 0 | 100 | 11110 | 1000011 | 110101 | 10010 | 11100 |
Color Harmonies of #53503A
Complementary color
Monochromatic Colors of #53503A
Black with #53503A
Text Example
Text Example
White with #53503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53503A; }
p { color: rgb(83,80,58); }
H1.HeaderClassName
{
color: #53503A;
}
.AnyTagClassName
{
color: #53503A;
}
</style>
background-color css
<style>
a { background-color: #53503A; }
a { background-color: rgb(83,80,58); }
div.DivClassName
{
background-color: #53503A;
}
.BgClassName
{
background-color: #53503A;
}
</style>
border-color css
<style>
span { border-color: #53503A; }
span { border-color: rgb(83,80,58); }
td.TdClassName
{
border-color: #53503A;
}
.TagClassName
{
border-color: #53503A;
}
</style>