Shades of Panda #545142
Tints of Panda #545142
RGB
CMYK
RGB Variations
Color information
#545142 (or 0x545142) is known color: Panda. HEX triplet: 54, 51 and 42. RGB value is (84,81,66). Sum of RGB (Red+Green+Blue) = 84+81+66=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 84 - color contains mainly: red. Hex color #545142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545142 is #ABAEBD. Grayscale: #505050. Windows color (decimal): -11251390 or 4346196. OLE color: 4346196.
HSL color Cylindrical-coordinate representation of color #545142: hue angle of 50º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #545142 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 66 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.67 |
| HSL | 50º | 0.12% | 0.29% | - |
| HSV(B) | 50º | 0.21% | 0.33% | - |
| XYZ | 7.58 | 8.16 | 6.33 | - |
| YUV | 80.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 66 | 0 | 0.04 | 0.21 | 0.67 | 50 | 0.12 | 0.29 |
| Hex | 54 | 51 | 42 | 0 | 4 | 15 | 43 | 32 | C | 1D |
| Octal | 124 | 121 | 102 | 0 | 4 | 25 | 103 | 62 | 14 | 35 |
| Binary | 1010100 | 1010001 | 1000010 | 0 | 100 | 10101 | 1000011 | 110010 | 1100 | 11101 |
Color Harmonies of #545142
Complementary color
Monochromatic Colors of #545142
Black with #545142
Text Example
Text Example
White with #545142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545142; }
p { color: rgb(84,81,66); }
H1.HeaderClassName
{
color: #545142;
}
.AnyTagClassName
{
color: #545142;
}
</style>
background-color css
<style>
a { background-color: #545142; }
a { background-color: rgb(84,81,66); }
div.DivClassName
{
background-color: #545142;
}
.BgClassName
{
background-color: #545142;
}
</style>
border-color css
<style>
span { border-color: #545142; }
span { border-color: rgb(84,81,66); }
td.TdClassName
{
border-color: #545142;
}
.TagClassName
{
border-color: #545142;
}
</style>