Shades of Panda #544D3B
Tints of Panda #544D3B
RGB
CMYK
RGB Variations
Color information
#544D3B (or 0x544D3B) is known color: Panda. HEX triplet: 54, 4D and 3B. RGB value is (84,77,59). Sum of RGB (Red+Green+Blue) = 84+77+59=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 84 - color contains mainly: red. Hex color #544D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D3B is #ABB2C4. Grayscale: #4D4D4D. Windows color (decimal): -11252421 or 3886420. OLE color: 3886420.
HSL color Cylindrical-coordinate representation of color #544D3B: hue angle of 43.2º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #544D3B is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 77 | 59 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.67 |
| HSL | 43.2º | 0.17% | 0.28% | - |
| HSV(B) | 43.2º | 0.3% | 0.33% | - |
| XYZ | 7.1 | 7.51 | 5.21 | - |
| YUV | 77.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 59 | 0 | 0.08 | 0.30 | 0.67 | 43.2 | 0.17 | 0.28 |
| Hex | 54 | 4D | 3B | 0 | 8 | 1E | 43 | 2B | 11 | 1C |
| Octal | 124 | 115 | 73 | 0 | 10 | 36 | 103 | 53 | 21 | 34 |
| Binary | 1010100 | 1001101 | 111011 | 0 | 1000 | 11110 | 1000011 | 101011 | 10001 | 11100 |
Color Harmonies of #544D3B
Complementary color
Monochromatic Colors of #544D3B
Black with #544D3B
Text Example
Text Example
White with #544D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D3B; }
p { color: rgb(84,77,59); }
H1.HeaderClassName
{
color: #544D3B;
}
.AnyTagClassName
{
color: #544D3B;
}
</style>
background-color css
<style>
a { background-color: #544D3B; }
a { background-color: rgb(84,77,59); }
div.DivClassName
{
background-color: #544D3B;
}
.BgClassName
{
background-color: #544D3B;
}
</style>
border-color css
<style>
span { border-color: #544D3B; }
span { border-color: rgb(84,77,59); }
td.TdClassName
{
border-color: #544D3B;
}
.TagClassName
{
border-color: #544D3B;
}
</style>