Shades of Panda #554D37
Tints of Panda #554D37
RGB
CMYK
RGB Variations
Color information
#554D37 (or 0x554D37) is known color: Panda. HEX triplet: 55, 4D and 37. RGB value is (85,77,55). Sum of RGB (Red+Green+Blue) = 85+77+55=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #554D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D37 is #AAB2C8. Grayscale: #4C4C4C. Windows color (decimal): -11186889 or 3624277. OLE color: 3624277.
HSL color Cylindrical-coordinate representation of color #554D37: hue angle of 44º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #554D37 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 55 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.67 |
| HSL | 44º | 0.21% | 0.27% | - |
| HSV(B) | 44º | 0.35% | 0.33% | - |
| XYZ | 7.09 | 7.51 | 4.69 | - |
| YUV | 76.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 55 | 0 | 0.09 | 0.35 | 0.67 | 44 | 0.21 | 0.27 |
| Hex | 55 | 4D | 37 | 0 | 9 | 23 | 43 | 2C | 15 | 1B |
| Octal | 125 | 115 | 67 | 0 | 11 | 43 | 103 | 54 | 25 | 33 |
| Binary | 1010101 | 1001101 | 110111 | 0 | 1001 | 100011 | 1000011 | 101100 | 10101 | 11011 |
Color Harmonies of #554D37
Complementary color
Monochromatic Colors of #554D37
Black with #554D37
Text Example
Text Example
White with #554D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D37; }
p { color: rgb(85,77,55); }
H1.HeaderClassName
{
color: #554D37;
}
.AnyTagClassName
{
color: #554D37;
}
</style>
background-color css
<style>
a { background-color: #554D37; }
a { background-color: rgb(85,77,55); }
div.DivClassName
{
background-color: #554D37;
}
.BgClassName
{
background-color: #554D37;
}
</style>
border-color css
<style>
span { border-color: #554D37; }
span { border-color: rgb(85,77,55); }
td.TdClassName
{
border-color: #554D37;
}
.TagClassName
{
border-color: #554D37;
}
</style>