Shades of Panda #554F40
Tints of Panda #554F40
RGB
CMYK
RGB Variations
Color information
#554F40 (or 0x554F40) is known color: Panda. HEX triplet: 55, 4F and 40. RGB value is (85,79,64). Sum of RGB (Red+Green+Blue) = 85+79+64=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 85 - color contains mainly: red. Hex color #554F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F40 is #AAB0BF. Grayscale: #4F4F4F. Windows color (decimal): -11186368 or 4214613. OLE color: 4214613.
HSL color Cylindrical-coordinate representation of color #554F40: hue angle of 42.86º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #554F40 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 64 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.67 |
| HSL | 42.86º | 0.14% | 0.29% | - |
| HSV(B) | 42.86º | 0.25% | 0.33% | - |
| XYZ | 7.47 | 7.89 | 5.98 | - |
| YUV | 79.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 64 | 0 | 0.07 | 0.25 | 0.67 | 42.86 | 0.14 | 0.29 |
| Hex | 55 | 4F | 40 | 0 | 7 | 19 | 43 | 2B | E | 1D |
| Octal | 125 | 117 | 100 | 0 | 7 | 31 | 103 | 53 | 16 | 35 |
| Binary | 1010101 | 1001111 | 1000000 | 0 | 111 | 11001 | 1000011 | 101011 | 1110 | 11101 |
Color Harmonies of #554F40
Complementary color
Monochromatic Colors of #554F40
Black with #554F40
Text Example
Text Example
White with #554F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F40; }
p { color: rgb(85,79,64); }
H1.HeaderClassName
{
color: #554F40;
}
.AnyTagClassName
{
color: #554F40;
}
</style>
background-color css
<style>
a { background-color: #554F40; }
a { background-color: rgb(85,79,64); }
div.DivClassName
{
background-color: #554F40;
}
.BgClassName
{
background-color: #554F40;
}
</style>
border-color css
<style>
span { border-color: #554F40; }
span { border-color: rgb(85,79,64); }
td.TdClassName
{
border-color: #554F40;
}
.TagClassName
{
border-color: #554F40;
}
</style>