Shades of Panda #5D543D
Tints of Panda #5D543D
RGB
CMYK
RGB Variations
Color information
#5D543D (or 0x5D543D) is known color: Panda. HEX triplet: 5D, 54 and 3D. RGB value is (93,84,61). Sum of RGB (Red+Green+Blue) = 93+84+61=238 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.08% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 93 - color contains mainly: red. Hex color #5D543D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D543D is #A2ABC2. Grayscale: #545454. Windows color (decimal): -10660803 or 4019293. OLE color: 4019293.
HSL color Cylindrical-coordinate representation of color #5D543D: hue angle of 43.12º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D543D is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 84 | 61 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.64 |
| HSL | 43.13º | 0.21% | 0.3% | - |
| HSV(B) | 43.13º | 0.34% | 0.36% | - |
| XYZ | 8.53 | 9 | 5.7 | - |
| YUV | 84.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 84 | 61 | 0 | 0.10 | 0.34 | 0.64 | 43.13 | 0.21 | 0.3 |
| Hex | 5D | 54 | 3D | 0 | A | 22 | 40 | 2B | 15 | 1E |
| Octal | 135 | 124 | 75 | 0 | 12 | 42 | 100 | 53 | 25 | 36 |
| Binary | 1011101 | 1010100 | 111101 | 0 | 1010 | 100010 | 1000000 | 101011 | 10101 | 11110 |
Color Harmonies of #5D543D
Complementary color
Monochromatic Colors of #5D543D
Black with #5D543D
Text Example
Text Example
White with #5D543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D543D; }
p { color: rgb(93,84,61); }
H1.HeaderClassName
{
color: #5D543D;
}
.AnyTagClassName
{
color: #5D543D;
}
</style>
background-color css
<style>
a { background-color: #5D543D; }
a { background-color: rgb(93,84,61); }
div.DivClassName
{
background-color: #5D543D;
}
.BgClassName
{
background-color: #5D543D;
}
</style>
border-color css
<style>
span { border-color: #5D543D; }
span { border-color: rgb(93,84,61); }
td.TdClassName
{
border-color: #5D543D;
}
.TagClassName
{
border-color: #5D543D;
}
</style>