Shades of Panda #55513A
Tints of Panda #55513A
RGB
CMYK
RGB Variations
Color information
#55513A (or 0x55513A) is known color: Panda. HEX triplet: 55, 51 and 3A. RGB value is (85,81,58). Sum of RGB (Red+Green+Blue) = 85+81+58=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #55513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55513A is #AAAEC5. Grayscale: #4F4F4F. Windows color (decimal): -11185862 or 3821909. OLE color: 3821909.
HSL color Cylindrical-coordinate representation of color #55513A: hue angle of 51.11º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55513A is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 58 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.67 |
| HSL | 51.11º | 0.19% | 0.28% | - |
| HSV(B) | 51.11º | 0.32% | 0.33% | - |
| XYZ | 7.45 | 8.12 | 5.18 | - |
| YUV | 79.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 58 | 0 | 0.05 | 0.32 | 0.67 | 51.11 | 0.19 | 0.28 |
| Hex | 55 | 51 | 3A | 0 | 5 | 20 | 43 | 33 | 13 | 1C |
| Octal | 125 | 121 | 72 | 0 | 5 | 40 | 103 | 63 | 23 | 34 |
| Binary | 1010101 | 1010001 | 111010 | 0 | 101 | 100000 | 1000011 | 110011 | 10011 | 11100 |
Color Harmonies of #55513A
Complementary color
Monochromatic Colors of #55513A
Black with #55513A
Text Example
Text Example
White with #55513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55513A; }
p { color: rgb(85,81,58); }
H1.HeaderClassName
{
color: #55513A;
}
.AnyTagClassName
{
color: #55513A;
}
</style>
background-color css
<style>
a { background-color: #55513A; }
a { background-color: rgb(85,81,58); }
div.DivClassName
{
background-color: #55513A;
}
.BgClassName
{
background-color: #55513A;
}
</style>
border-color css
<style>
span { border-color: #55513A; }
span { border-color: rgb(85,81,58); }
td.TdClassName
{
border-color: #55513A;
}
.TagClassName
{
border-color: #55513A;
}
</style>