Shades of Panda #545140
Tints of Panda #545140
RGB
CMYK
RGB Variations
Color information
#545140 (or 0x545140) is known color: Panda. HEX triplet: 54, 51 and 40. RGB value is (84,81,64). Sum of RGB (Red+Green+Blue) = 84+81+64=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 84 - color contains mainly: red. Hex color #545140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545140 is #ABAEBF. Grayscale: #505050. Windows color (decimal): -11251392 or 4215124. OLE color: 4215124.
HSL color Cylindrical-coordinate representation of color #545140: hue angle of 51º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #545140 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 64 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.67 |
| HSL | 51º | 0.14% | 0.29% | - |
| HSV(B) | 51º | 0.24% | 0.33% | - |
| XYZ | 7.52 | 8.14 | 6.03 | - |
| YUV | 79.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 64 | 0 | 0.04 | 0.24 | 0.67 | 51 | 0.14 | 0.29 |
| Hex | 54 | 51 | 40 | 0 | 4 | 18 | 43 | 33 | E | 1D |
| Octal | 124 | 121 | 100 | 0 | 4 | 30 | 103 | 63 | 16 | 35 |
| Binary | 1010100 | 1010001 | 1000000 | 0 | 100 | 11000 | 1000011 | 110011 | 1110 | 11101 |
Color Harmonies of #545140
Complementary color
Monochromatic Colors of #545140
Black with #545140
Text Example
Text Example
White with #545140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545140; }
p { color: rgb(84,81,64); }
H1.HeaderClassName
{
color: #545140;
}
.AnyTagClassName
{
color: #545140;
}
</style>
background-color css
<style>
a { background-color: #545140; }
a { background-color: rgb(84,81,64); }
div.DivClassName
{
background-color: #545140;
}
.BgClassName
{
background-color: #545140;
}
</style>
border-color css
<style>
span { border-color: #545140; }
span { border-color: rgb(84,81,64); }
td.TdClassName
{
border-color: #545140;
}
.TagClassName
{
border-color: #545140;
}
</style>