Shades of Panda #544E3F
Tints of Panda #544E3F
RGB
CMYK
RGB Variations
Color information
#544E3F (or 0x544E3F) is known color: Panda. HEX triplet: 54, 4E and 3F. RGB value is (84,78,63). Sum of RGB (Red+Green+Blue) = 84+78+63=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 84 - color contains mainly: red. Hex color #544E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544E3F is #ABB1C0. Grayscale: #4E4E4E. Windows color (decimal): -11252161 or 4148820. OLE color: 4148820.
HSL color Cylindrical-coordinate representation of color #544E3F: 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 #544E3F is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 63 | - |
| 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.28 | 7.69 | 5.8 | - |
| YUV | 78.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 63 | 0 | 0.07 | 0.25 | 0.67 | 42.86 | 0.14 | 0.29 |
| Hex | 54 | 4E | 3F | 0 | 7 | 19 | 43 | 2B | E | 1D |
| Octal | 124 | 116 | 77 | 0 | 7 | 31 | 103 | 53 | 16 | 35 |
| Binary | 1010100 | 1001110 | 111111 | 0 | 111 | 11001 | 1000011 | 101011 | 1110 | 11101 |
Color Harmonies of #544E3F
Complementary color
Monochromatic Colors of #544E3F
Black with #544E3F
Text Example
Text Example
White with #544E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E3F; }
p { color: rgb(84,78,63); }
H1.HeaderClassName
{
color: #544E3F;
}
.AnyTagClassName
{
color: #544E3F;
}
</style>
background-color css
<style>
a { background-color: #544E3F; }
a { background-color: rgb(84,78,63); }
div.DivClassName
{
background-color: #544E3F;
}
.BgClassName
{
background-color: #544E3F;
}
</style>
border-color css
<style>
span { border-color: #544E3F; }
span { border-color: rgb(84,78,63); }
td.TdClassName
{
border-color: #544E3F;
}
.TagClassName
{
border-color: #544E3F;
}
</style>