Shades of Panda #544D36
Tints of Panda #544D36
RGB
CMYK
RGB Variations
Color information
#544D36 (or 0x544D36) is known color: Panda. HEX triplet: 54, 4D and 36. RGB value is (84,77,54). Sum of RGB (Red+Green+Blue) = 84+77+54=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 84 - color contains mainly: red. Hex color #544D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D36 is #ABB2C9. Grayscale: #4C4C4C. Windows color (decimal): -11252426 or 3558740. OLE color: 3558740.
HSL color Cylindrical-coordinate representation of color #544D36: hue angle of 46º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #544D36 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 54 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.67 |
| HSL | 46º | 0.22% | 0.27% | - |
| HSV(B) | 46º | 0.36% | 0.33% | - |
| XYZ | 6.98 | 7.46 | 4.56 | - |
| YUV | 76.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 54 | 0 | 0.08 | 0.36 | 0.67 | 46 | 0.22 | 0.27 |
| Hex | 54 | 4D | 36 | 0 | 8 | 24 | 43 | 2E | 16 | 1B |
| Octal | 124 | 115 | 66 | 0 | 10 | 44 | 103 | 56 | 26 | 33 |
| Binary | 1010100 | 1001101 | 110110 | 0 | 1000 | 100100 | 1000011 | 101110 | 10110 | 11011 |
Color Harmonies of #544D36
Complementary color
Monochromatic Colors of #544D36
Black with #544D36
Text Example
Text Example
White with #544D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D36; }
p { color: rgb(84,77,54); }
H1.HeaderClassName
{
color: #544D36;
}
.AnyTagClassName
{
color: #544D36;
}
</style>
background-color css
<style>
a { background-color: #544D36; }
a { background-color: rgb(84,77,54); }
div.DivClassName
{
background-color: #544D36;
}
.BgClassName
{
background-color: #544D36;
}
</style>
border-color css
<style>
span { border-color: #544D36; }
span { border-color: rgb(84,77,54); }
td.TdClassName
{
border-color: #544D36;
}
.TagClassName
{
border-color: #544D36;
}
</style>