Shades of Panda #554D38
Tints of Panda #554D38
RGB
CMYK
RGB Variations
Color information
#554D38 (or 0x554D38) is known color: Panda. HEX triplet: 55, 4D and 38. RGB value is (85,77,56). Sum of RGB (Red+Green+Blue) = 85+77+56=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #554D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D38 is #AAB2C7. Grayscale: #4D4D4D. Windows color (decimal): -11186888 or 3689813. OLE color: 3689813.
HSL color Cylindrical-coordinate representation of color #554D38: hue angle of 43.45º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #554D38 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 56 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.67 |
| HSL | 43.45º | 0.21% | 0.28% | - |
| HSV(B) | 43.45º | 0.34% | 0.33% | - |
| XYZ | 7.11 | 7.52 | 4.82 | - |
| YUV | 77 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 56 | 0 | 0.09 | 0.34 | 0.67 | 43.45 | 0.21 | 0.28 |
| Hex | 55 | 4D | 38 | 0 | 9 | 22 | 43 | 2B | 15 | 1C |
| Octal | 125 | 115 | 70 | 0 | 11 | 42 | 103 | 53 | 25 | 34 |
| Binary | 1010101 | 1001101 | 111000 | 0 | 1001 | 100010 | 1000011 | 101011 | 10101 | 11100 |
Color Harmonies of #554D38
Complementary color
Monochromatic Colors of #554D38
Black with #554D38
Text Example
Text Example
White with #554D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D38; }
p { color: rgb(85,77,56); }
H1.HeaderClassName
{
color: #554D38;
}
.AnyTagClassName
{
color: #554D38;
}
</style>
background-color css
<style>
a { background-color: #554D38; }
a { background-color: rgb(85,77,56); }
div.DivClassName
{
background-color: #554D38;
}
.BgClassName
{
background-color: #554D38;
}
</style>
border-color css
<style>
span { border-color: #554D38; }
span { border-color: rgb(85,77,56); }
td.TdClassName
{
border-color: #554D38;
}
.TagClassName
{
border-color: #554D38;
}
</style>