Shades of Panda #544D3A
Tints of Panda #544D3A
RGB
CMYK
RGB Variations
Color information
#544D3A (or 0x544D3A) is known color: Panda. HEX triplet: 54, 4D and 3A. RGB value is (84,77,58). Sum of RGB (Red+Green+Blue) = 84+77+58=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 84 - color contains mainly: red. Hex color #544D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D3A is #ABB2C5. Grayscale: #4D4D4D. Windows color (decimal): -11252422 or 3820884. OLE color: 3820884.
HSL color Cylindrical-coordinate representation of color #544D3A: hue angle of 43.85º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #544D3A is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 58 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.67 |
| HSL | 43.85º | 0.18% | 0.28% | - |
| HSV(B) | 43.85º | 0.31% | 0.33% | - |
| XYZ | 7.07 | 7.5 | 5.08 | - |
| YUV | 76.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 58 | 0 | 0.08 | 0.31 | 0.67 | 43.85 | 0.18 | 0.28 |
| Hex | 54 | 4D | 3A | 0 | 8 | 1F | 43 | 2C | 12 | 1C |
| Octal | 124 | 115 | 72 | 0 | 10 | 37 | 103 | 54 | 22 | 34 |
| Binary | 1010100 | 1001101 | 111010 | 0 | 1000 | 11111 | 1000011 | 101100 | 10010 | 11100 |
Color Harmonies of #544D3A
Complementary color
Monochromatic Colors of #544D3A
Black with #544D3A
Text Example
Text Example
White with #544D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D3A; }
p { color: rgb(84,77,58); }
H1.HeaderClassName
{
color: #544D3A;
}
.AnyTagClassName
{
color: #544D3A;
}
</style>
background-color css
<style>
a { background-color: #544D3A; }
a { background-color: rgb(84,77,58); }
div.DivClassName
{
background-color: #544D3A;
}
.BgClassName
{
background-color: #544D3A;
}
</style>
border-color css
<style>
span { border-color: #544D3A; }
span { border-color: rgb(84,77,58); }
td.TdClassName
{
border-color: #544D3A;
}
.TagClassName
{
border-color: #544D3A;
}
</style>