Shades of Panda #544D3D
Tints of Panda #544D3D
RGB
CMYK
RGB Variations
Color information
#544D3D (or 0x544D3D) is known color: Panda. HEX triplet: 54, 4D and 3D. RGB value is (84,77,61). Sum of RGB (Red+Green+Blue) = 84+77+61=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 84 - color contains mainly: red. Hex color #544D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D3D is #ABB2C2. Grayscale: #4D4D4D. Windows color (decimal): -11252419 or 4017492. OLE color: 4017492.
HSL color Cylindrical-coordinate representation of color #544D3D: hue angle of 41.74º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #544D3D is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 61 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.67 |
| HSL | 41.74º | 0.16% | 0.28% | - |
| HSV(B) | 41.74º | 0.27% | 0.33% | - |
| XYZ | 7.15 | 7.53 | 5.49 | - |
| YUV | 77.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 61 | 0 | 0.08 | 0.27 | 0.67 | 41.74 | 0.16 | 0.28 |
| Hex | 54 | 4D | 3D | 0 | 8 | 1B | 43 | 2A | 10 | 1C |
| Octal | 124 | 115 | 75 | 0 | 10 | 33 | 103 | 52 | 20 | 34 |
| Binary | 1010100 | 1001101 | 111101 | 0 | 1000 | 11011 | 1000011 | 101010 | 10000 | 11100 |
Color Harmonies of #544D3D
Complementary color
Monochromatic Colors of #544D3D
Black with #544D3D
Text Example
Text Example
White with #544D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D3D; }
p { color: rgb(84,77,61); }
H1.HeaderClassName
{
color: #544D3D;
}
.AnyTagClassName
{
color: #544D3D;
}
</style>
background-color css
<style>
a { background-color: #544D3D; }
a { background-color: rgb(84,77,61); }
div.DivClassName
{
background-color: #544D3D;
}
.BgClassName
{
background-color: #544D3D;
}
</style>
border-color css
<style>
span { border-color: #544D3D; }
span { border-color: rgb(84,77,61); }
td.TdClassName
{
border-color: #544D3D;
}
.TagClassName
{
border-color: #544D3D;
}
</style>