Shades of Panda #55503D
Tints of Panda #55503D
RGB
CMYK
RGB Variations
Color information
#55503D (or 0x55503D) is known color: Panda. HEX triplet: 55, 50 and 3D. RGB value is (85,80,61). Sum of RGB (Red+Green+Blue) = 85+80+61=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #55503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55503D is #AAAFC2. Grayscale: #4F4F4F. Windows color (decimal): -11186115 or 4018261. OLE color: 4018261.
HSL color Cylindrical-coordinate representation of color #55503D: hue angle of 47.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #55503D is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 80 | 61 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.67 |
| HSL | 47.5º | 0.16% | 0.29% | - |
| HSV(B) | 47.5º | 0.28% | 0.33% | - |
| XYZ | 7.46 | 8.01 | 5.57 | - |
| YUV | 79.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 61 | 0 | 0.06 | 0.28 | 0.67 | 47.5 | 0.16 | 0.29 |
| Hex | 55 | 50 | 3D | 0 | 6 | 1C | 43 | 30 | 10 | 1D |
| Octal | 125 | 120 | 75 | 0 | 6 | 34 | 103 | 60 | 20 | 35 |
| Binary | 1010101 | 1010000 | 111101 | 0 | 110 | 11100 | 1000011 | 110000 | 10000 | 11101 |
Color Harmonies of #55503D
Complementary color
Monochromatic Colors of #55503D
Black with #55503D
Text Example
Text Example
White with #55503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55503D; }
p { color: rgb(85,80,61); }
H1.HeaderClassName
{
color: #55503D;
}
.AnyTagClassName
{
color: #55503D;
}
</style>
background-color css
<style>
a { background-color: #55503D; }
a { background-color: rgb(85,80,61); }
div.DivClassName
{
background-color: #55503D;
}
.BgClassName
{
background-color: #55503D;
}
</style>
border-color css
<style>
span { border-color: #55503D; }
span { border-color: rgb(85,80,61); }
td.TdClassName
{
border-color: #55503D;
}
.TagClassName
{
border-color: #55503D;
}
</style>