Shades of Panda #55513C
Tints of Panda #55513C
RGB
CMYK
RGB Variations
Color information
#55513C (or 0x55513C) is known color: Panda. HEX triplet: 55, 51 and 3C. RGB value is (85,81,60). Sum of RGB (Red+Green+Blue) = 85+81+60=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #55513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55513C is #AAAEC3. Grayscale: #4F4F4F. Windows color (decimal): -11185860 or 3952981. OLE color: 3952981.
HSL color Cylindrical-coordinate representation of color #55513C: hue angle of 50.4º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55513C is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 60 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.67 |
| HSL | 50.4º | 0.17% | 0.28% | - |
| HSV(B) | 50.4º | 0.29% | 0.33% | - |
| XYZ | 7.5 | 8.14 | 5.45 | - |
| YUV | 79.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 60 | 0 | 0.05 | 0.29 | 0.67 | 50.4 | 0.17 | 0.28 |
| Hex | 55 | 51 | 3C | 0 | 5 | 1D | 43 | 32 | 11 | 1C |
| Octal | 125 | 121 | 74 | 0 | 5 | 35 | 103 | 62 | 21 | 34 |
| Binary | 1010101 | 1010001 | 111100 | 0 | 101 | 11101 | 1000011 | 110010 | 10001 | 11100 |
Color Harmonies of #55513C
Complementary color
Monochromatic Colors of #55513C
Black with #55513C
Text Example
Text Example
White with #55513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55513C; }
p { color: rgb(85,81,60); }
H1.HeaderClassName
{
color: #55513C;
}
.AnyTagClassName
{
color: #55513C;
}
</style>
background-color css
<style>
a { background-color: #55513C; }
a { background-color: rgb(85,81,60); }
div.DivClassName
{
background-color: #55513C;
}
.BgClassName
{
background-color: #55513C;
}
</style>
border-color css
<style>
span { border-color: #55513C; }
span { border-color: rgb(85,81,60); }
td.TdClassName
{
border-color: #55513C;
}
.TagClassName
{
border-color: #55513C;
}
</style>