Shades of Panda #545137
Tints of Panda #545137
RGB
CMYK
RGB Variations
Color information
#545137 (or 0x545137) is known color: Panda. HEX triplet: 54, 51 and 37. RGB value is (84,81,55). Sum of RGB (Red+Green+Blue) = 84+81+55=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 84 - color contains mainly: red. Hex color #545137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545137 is #ABAEC8. Grayscale: #4F4F4F. Windows color (decimal): -11251401 or 3625300. OLE color: 3625300.
HSL color Cylindrical-coordinate representation of color #545137: hue angle of 53.79º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #545137 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 55 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.67 |
| HSL | 53.79º | 0.21% | 0.27% | - |
| HSV(B) | 53.79º | 0.35% | 0.33% | - |
| XYZ | 7.29 | 8.05 | 4.78 | - |
| YUV | 78.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 55 | 0 | 0.04 | 0.35 | 0.67 | 53.79 | 0.21 | 0.27 |
| Hex | 54 | 51 | 37 | 0 | 4 | 23 | 43 | 36 | 15 | 1B |
| Octal | 124 | 121 | 67 | 0 | 4 | 43 | 103 | 66 | 25 | 33 |
| Binary | 1010100 | 1010001 | 110111 | 0 | 100 | 100011 | 1000011 | 110110 | 10101 | 11011 |
Color Harmonies of #545137
Complementary color
Monochromatic Colors of #545137
Black with #545137
Text Example
Text Example
White with #545137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545137; }
p { color: rgb(84,81,55); }
H1.HeaderClassName
{
color: #545137;
}
.AnyTagClassName
{
color: #545137;
}
</style>
background-color css
<style>
a { background-color: #545137; }
a { background-color: rgb(84,81,55); }
div.DivClassName
{
background-color: #545137;
}
.BgClassName
{
background-color: #545137;
}
</style>
border-color css
<style>
span { border-color: #545137; }
span { border-color: rgb(84,81,55); }
td.TdClassName
{
border-color: #545137;
}
.TagClassName
{
border-color: #545137;
}
</style>