Shades of Panda #55503C
Tints of Panda #55503C
RGB
CMYK
RGB Variations
Color information
#55503C (or 0x55503C) is known color: Panda. HEX triplet: 55, 50 and 3C. RGB value is (85,80,60). Sum of RGB (Red+Green+Blue) = 85+80+60=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #55503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55503C is #AAAFC3. Grayscale: #4F4F4F. Windows color (decimal): -11186116 or 3952725. OLE color: 3952725.
HSL color Cylindrical-coordinate representation of color #55503C: hue angle of 48º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55503C is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 60 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.67 |
| HSL | 48º | 0.17% | 0.28% | - |
| HSV(B) | 48º | 0.29% | 0.33% | - |
| XYZ | 7.43 | 7.99 | 5.43 | - |
| YUV | 79.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 60 | 0 | 0.06 | 0.29 | 0.67 | 48 | 0.17 | 0.28 |
| Hex | 55 | 50 | 3C | 0 | 6 | 1D | 43 | 30 | 11 | 1C |
| Octal | 125 | 120 | 74 | 0 | 6 | 35 | 103 | 60 | 21 | 34 |
| Binary | 1010101 | 1010000 | 111100 | 0 | 110 | 11101 | 1000011 | 110000 | 10001 | 11100 |
Color Harmonies of #55503C
Complementary color
Monochromatic Colors of #55503C
Black with #55503C
Text Example
Text Example
White with #55503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55503C; }
p { color: rgb(85,80,60); }
H1.HeaderClassName
{
color: #55503C;
}
.AnyTagClassName
{
color: #55503C;
}
</style>
background-color css
<style>
a { background-color: #55503C; }
a { background-color: rgb(85,80,60); }
div.DivClassName
{
background-color: #55503C;
}
.BgClassName
{
background-color: #55503C;
}
</style>
border-color css
<style>
span { border-color: #55503C; }
span { border-color: rgb(85,80,60); }
td.TdClassName
{
border-color: #55503C;
}
.TagClassName
{
border-color: #55503C;
}
</style>