Shades of Panda #5D543E
Tints of Panda #5D543E
RGB
CMYK
RGB Variations
Color information
#5D543E (or 0x5D543E) is known color: Panda. HEX triplet: 5D, 54 and 3E. RGB value is (93,84,62). Sum of RGB (Red+Green+Blue) = 93+84+62=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 93 - color contains mainly: red. Hex color #5D543E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D543E is #A2ABC1. Grayscale: #545454. Windows color (decimal): -10660802 or 4084829. OLE color: 4084829.
HSL color Cylindrical-coordinate representation of color #5D543E: hue angle of 42.58º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D543E is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 84 | 62 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.64 |
| HSL | 42.58º | 0.2% | 0.3% | - |
| HSV(B) | 42.58º | 0.33% | 0.36% | - |
| XYZ | 8.55 | 9.02 | 5.85 | - |
| YUV | 84.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 84 | 62 | 0 | 0.10 | 0.33 | 0.64 | 42.58 | 0.2 | 0.3 |
| Hex | 5D | 54 | 3E | 0 | A | 21 | 40 | 2B | 14 | 1E |
| Octal | 135 | 124 | 76 | 0 | 12 | 41 | 100 | 53 | 24 | 36 |
| Binary | 1011101 | 1010100 | 111110 | 0 | 1010 | 100001 | 1000000 | 101011 | 10100 | 11110 |
Color Harmonies of #5D543E
Complementary color
Monochromatic Colors of #5D543E
Black with #5D543E
Text Example
Text Example
White with #5D543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D543E; }
p { color: rgb(93,84,62); }
H1.HeaderClassName
{
color: #5D543E;
}
.AnyTagClassName
{
color: #5D543E;
}
</style>
background-color css
<style>
a { background-color: #5D543E; }
a { background-color: rgb(93,84,62); }
div.DivClassName
{
background-color: #5D543E;
}
.BgClassName
{
background-color: #5D543E;
}
</style>
border-color css
<style>
span { border-color: #5D543E; }
span { border-color: rgb(93,84,62); }
td.TdClassName
{
border-color: #5D543E;
}
.TagClassName
{
border-color: #5D543E;
}
</style>