Shades of Panda #554D3A
Tints of Panda #554D3A
RGB
CMYK
RGB Variations
Color information
#554D3A (or 0x554D3A) is known color: Panda. HEX triplet: 55, 4D and 3A. RGB value is (85,77,58). Sum of RGB (Red+Green+Blue) = 85+77+58=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #554D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D3A is #AAB2C5. Grayscale: #4D4D4D. Windows color (decimal): -11186886 or 3820885. OLE color: 3820885.
HSL color Cylindrical-coordinate representation of color #554D3A: hue angle of 42.22º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #554D3A is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 58 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.67 |
| HSL | 42.22º | 0.19% | 0.28% | - |
| HSV(B) | 42.22º | 0.32% | 0.33% | - |
| XYZ | 7.16 | 7.54 | 5.08 | - |
| YUV | 77.23 | 117.15 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 58 | 0 | 0.09 | 0.32 | 0.67 | 42.22 | 0.19 | 0.28 |
| Hex | 55 | 4D | 3A | 0 | 9 | 20 | 43 | 2A | 13 | 1C |
| Octal | 125 | 115 | 72 | 0 | 11 | 40 | 103 | 52 | 23 | 34 |
| Binary | 1010101 | 1001101 | 111010 | 0 | 1001 | 100000 | 1000011 | 101010 | 10011 | 11100 |
Color Harmonies of #554D3A
Complementary color
Monochromatic Colors of #554D3A
Black with #554D3A
Text Example
Text Example
White with #554D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D3A; }
p { color: rgb(85,77,58); }
H1.HeaderClassName
{
color: #554D3A;
}
.AnyTagClassName
{
color: #554D3A;
}
</style>
background-color css
<style>
a { background-color: #554D3A; }
a { background-color: rgb(85,77,58); }
div.DivClassName
{
background-color: #554D3A;
}
.BgClassName
{
background-color: #554D3A;
}
</style>
border-color css
<style>
span { border-color: #554D3A; }
span { border-color: rgb(85,77,58); }
td.TdClassName
{
border-color: #554D3A;
}
.TagClassName
{
border-color: #554D3A;
}
</style>