Shades of Panda #55513F
Tints of Panda #55513F
RGB
CMYK
RGB Variations
Color information
#55513F (or 0x55513F) is known color: Panda. HEX triplet: 55, 51 and 3F. RGB value is (85,81,63). Sum of RGB (Red+Green+Blue) = 85+81+63=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 85 - color contains mainly: red. Hex color #55513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55513F is #AAAEC0. Grayscale: #505050. Windows color (decimal): -11185857 or 4149589. OLE color: 4149589.
HSL color Cylindrical-coordinate representation of color #55513F: hue angle of 49.09º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55513F is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 63 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.67 |
| HSL | 49.09º | 0.15% | 0.29% | - |
| HSV(B) | 49.09º | 0.26% | 0.33% | - |
| XYZ | 7.59 | 8.18 | 5.88 | - |
| YUV | 80.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 63 | 0 | 0.05 | 0.26 | 0.67 | 49.09 | 0.15 | 0.29 |
| Hex | 55 | 51 | 3F | 0 | 5 | 1A | 43 | 31 | F | 1D |
| Octal | 125 | 121 | 77 | 0 | 5 | 32 | 103 | 61 | 17 | 35 |
| Binary | 1010101 | 1010001 | 111111 | 0 | 101 | 11010 | 1000011 | 110001 | 1111 | 11101 |
Color Harmonies of #55513F
Complementary color
Monochromatic Colors of #55513F
Black with #55513F
Text Example
Text Example
White with #55513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55513F; }
p { color: rgb(85,81,63); }
H1.HeaderClassName
{
color: #55513F;
}
.AnyTagClassName
{
color: #55513F;
}
</style>
background-color css
<style>
a { background-color: #55513F; }
a { background-color: rgb(85,81,63); }
div.DivClassName
{
background-color: #55513F;
}
.BgClassName
{
background-color: #55513F;
}
</style>
border-color css
<style>
span { border-color: #55513F; }
span { border-color: rgb(85,81,63); }
td.TdClassName
{
border-color: #55513F;
}
.TagClassName
{
border-color: #55513F;
}
</style>