Shades of Panda #554E39
Tints of Panda #554E39
RGB
CMYK
RGB Variations
Color information
#554E39 (or 0x554E39) is known color: Panda. HEX triplet: 55, 4E and 39. RGB value is (85,78,57). Sum of RGB (Red+Green+Blue) = 85+78+57=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #554E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E39 is #AAB1C6. Grayscale: #4D4D4D. Windows color (decimal): -11186631 or 3755605. OLE color: 3755605.
HSL color Cylindrical-coordinate representation of color #554E39: hue angle of 45º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #554E39 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 57 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.67 |
| HSL | 45º | 0.2% | 0.28% | - |
| HSV(B) | 45º | 0.33% | 0.33% | - |
| XYZ | 7.21 | 7.68 | 4.97 | - |
| YUV | 77.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 57 | 0 | 0.08 | 0.33 | 0.67 | 45 | 0.2 | 0.28 |
| Hex | 55 | 4E | 39 | 0 | 8 | 21 | 43 | 2D | 14 | 1C |
| Octal | 125 | 116 | 71 | 0 | 10 | 41 | 103 | 55 | 24 | 34 |
| Binary | 1010101 | 1001110 | 111001 | 0 | 1000 | 100001 | 1000011 | 101101 | 10100 | 11100 |
Color Harmonies of #554E39
Complementary color
Monochromatic Colors of #554E39
Black with #554E39
Text Example
Text Example
White with #554E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E39; }
p { color: rgb(85,78,57); }
H1.HeaderClassName
{
color: #554E39;
}
.AnyTagClassName
{
color: #554E39;
}
</style>
background-color css
<style>
a { background-color: #554E39; }
a { background-color: rgb(85,78,57); }
div.DivClassName
{
background-color: #554E39;
}
.BgClassName
{
background-color: #554E39;
}
</style>
border-color css
<style>
span { border-color: #554E39; }
span { border-color: rgb(85,78,57); }
td.TdClassName
{
border-color: #554E39;
}
.TagClassName
{
border-color: #554E39;
}
</style>