Shades of Panda #55513D
Tints of Panda #55513D
RGB
CMYK
RGB Variations
Color information
#55513D (or 0x55513D) is known color: Panda. HEX triplet: 55, 51 and 3D. RGB value is (85,81,61). Sum of RGB (Red+Green+Blue) = 85+81+61=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #55513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55513D is #AAAEC2. Grayscale: #4F4F4F. Windows color (decimal): -11185859 or 4018517. OLE color: 4018517.
HSL color Cylindrical-coordinate representation of color #55513D: hue angle of 50º 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 #55513D is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 61 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.67 |
| HSL | 50º | 0.16% | 0.29% | - |
| HSV(B) | 50º | 0.28% | 0.33% | - |
| XYZ | 7.53 | 8.15 | 5.59 | - |
| YUV | 79.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 61 | 0 | 0.05 | 0.28 | 0.67 | 50 | 0.16 | 0.29 |
| Hex | 55 | 51 | 3D | 0 | 5 | 1C | 43 | 32 | 10 | 1D |
| Octal | 125 | 121 | 75 | 0 | 5 | 34 | 103 | 62 | 20 | 35 |
| Binary | 1010101 | 1010001 | 111101 | 0 | 101 | 11100 | 1000011 | 110010 | 10000 | 11101 |
Color Harmonies of #55513D
Complementary color
Monochromatic Colors of #55513D
Black with #55513D
Text Example
Text Example
White with #55513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55513D; }
p { color: rgb(85,81,61); }
H1.HeaderClassName
{
color: #55513D;
}
.AnyTagClassName
{
color: #55513D;
}
</style>
background-color css
<style>
a { background-color: #55513D; }
a { background-color: rgb(85,81,61); }
div.DivClassName
{
background-color: #55513D;
}
.BgClassName
{
background-color: #55513D;
}
</style>
border-color css
<style>
span { border-color: #55513D; }
span { border-color: rgb(85,81,61); }
td.TdClassName
{
border-color: #55513D;
}
.TagClassName
{
border-color: #55513D;
}
</style>