Shades of Panda #554E38
Tints of Panda #554E38
RGB
CMYK
RGB Variations
Color information
#554E38 (or 0x554E38) is known color: Panda. HEX triplet: 55, 4E and 38. RGB value is (85,78,56). Sum of RGB (Red+Green+Blue) = 85+78+56=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #554E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E38 is #AAB1C7. Grayscale: #4D4D4D. Windows color (decimal): -11186632 or 3690069. OLE color: 3690069.
HSL color Cylindrical-coordinate representation of color #554E38: hue angle of 45.52º 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 #554E38 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 56 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.67 |
| HSL | 45.52º | 0.21% | 0.28% | - |
| HSV(B) | 45.52º | 0.34% | 0.33% | - |
| XYZ | 7.18 | 7.67 | 4.84 | - |
| YUV | 77.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 56 | 0 | 0.08 | 0.34 | 0.67 | 45.52 | 0.21 | 0.28 |
| Hex | 55 | 4E | 38 | 0 | 8 | 22 | 43 | 2E | 15 | 1C |
| Octal | 125 | 116 | 70 | 0 | 10 | 42 | 103 | 56 | 25 | 34 |
| Binary | 1010101 | 1001110 | 111000 | 0 | 1000 | 100010 | 1000011 | 101110 | 10101 | 11100 |
Color Harmonies of #554E38
Complementary color
Monochromatic Colors of #554E38
Black with #554E38
Text Example
Text Example
White with #554E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E38; }
p { color: rgb(85,78,56); }
H1.HeaderClassName
{
color: #554E38;
}
.AnyTagClassName
{
color: #554E38;
}
</style>
background-color css
<style>
a { background-color: #554E38; }
a { background-color: rgb(85,78,56); }
div.DivClassName
{
background-color: #554E38;
}
.BgClassName
{
background-color: #554E38;
}
</style>
border-color css
<style>
span { border-color: #554E38; }
span { border-color: rgb(85,78,56); }
td.TdClassName
{
border-color: #554E38;
}
.TagClassName
{
border-color: #554E38;
}
</style>