Shades of Panda #554D3B
Tints of Panda #554D3B
RGB
CMYK
RGB Variations
Color information
#554D3B (or 0x554D3B) is known color: Panda. HEX triplet: 55, 4D and 3B. RGB value is (85,77,59). Sum of RGB (Red+Green+Blue) = 85+77+59=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 85 - color contains mainly: red. Hex color #554D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D3B is #AAB2C4. Grayscale: #4D4D4D. Windows color (decimal): -11186885 or 3886421. OLE color: 3886421.
HSL color Cylindrical-coordinate representation of color #554D3B: hue angle of 41.54º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #554D3B is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 77 | 59 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.67 |
| HSL | 41.54º | 0.18% | 0.28% | - |
| HSV(B) | 41.54º | 0.31% | 0.33% | - |
| XYZ | 7.19 | 7.55 | 5.22 | - |
| YUV | 77.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 77 | 59 | 0 | 0.09 | 0.31 | 0.67 | 41.54 | 0.18 | 0.28 |
| Hex | 55 | 4D | 3B | 0 | 9 | 1F | 43 | 2A | 12 | 1C |
| Octal | 125 | 115 | 73 | 0 | 11 | 37 | 103 | 52 | 22 | 34 |
| Binary | 1010101 | 1001101 | 111011 | 0 | 1001 | 11111 | 1000011 | 101010 | 10010 | 11100 |
Color Harmonies of #554D3B
Complementary color
Monochromatic Colors of #554D3B
Black with #554D3B
Text Example
Text Example
White with #554D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554D3B; }
p { color: rgb(85,77,59); }
H1.HeaderClassName
{
color: #554D3B;
}
.AnyTagClassName
{
color: #554D3B;
}
</style>
background-color css
<style>
a { background-color: #554D3B; }
a { background-color: rgb(85,77,59); }
div.DivClassName
{
background-color: #554D3B;
}
.BgClassName
{
background-color: #554D3B;
}
</style>
border-color css
<style>
span { border-color: #554D3B; }
span { border-color: rgb(85,77,59); }
td.TdClassName
{
border-color: #554D3B;
}
.TagClassName
{
border-color: #554D3B;
}
</style>