Shades of Panda #55543D
Tints of Panda #55543D
RGB
CMYK
RGB Variations
Color information
#55543D (or 0x55543D) is known color: Panda. HEX triplet: 55, 54 and 3D. RGB value is (85,84,61). Sum of RGB (Red+Green+Blue) = 85+84+61=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #55543D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55543D is #AAABC2. Grayscale: #515151. Windows color (decimal): -11185091 or 4019285. OLE color: 4019285.
HSL color Cylindrical-coordinate representation of color #55543D: hue angle of 57.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #55543D is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 84 | 61 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.67 |
| HSL | 57.5º | 0.16% | 0.29% | - |
| HSV(B) | 57.5º | 0.28% | 0.33% | - |
| XYZ | 7.76 | 8.61 | 5.67 | - |
| YUV | 81.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 61 | 0 | 0.01 | 0.28 | 0.67 | 57.5 | 0.16 | 0.29 |
| Hex | 55 | 54 | 3D | 0 | 1 | 1C | 43 | 3A | 10 | 1D |
| Octal | 125 | 124 | 75 | 0 | 1 | 34 | 103 | 72 | 20 | 35 |
| Binary | 1010101 | 1010100 | 111101 | 0 | 1 | 11100 | 1000011 | 111010 | 10000 | 11101 |
Color Harmonies of #55543D
Complementary color
Monochromatic Colors of #55543D
Black with #55543D
Text Example
Text Example
White with #55543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55543D; }
p { color: rgb(85,84,61); }
H1.HeaderClassName
{
color: #55543D;
}
.AnyTagClassName
{
color: #55543D;
}
</style>
background-color css
<style>
a { background-color: #55543D; }
a { background-color: rgb(85,84,61); }
div.DivClassName
{
background-color: #55543D;
}
.BgClassName
{
background-color: #55543D;
}
</style>
border-color css
<style>
span { border-color: #55543D; }
span { border-color: rgb(85,84,61); }
td.TdClassName
{
border-color: #55543D;
}
.TagClassName
{
border-color: #55543D;
}
</style>