Shades of Panda #5C553E
Tints of Panda #5C553E
RGB
CMYK
RGB Variations
Color information
#5C553E (or 0x5C553E) is known color: Panda. HEX triplet: 5C, 55 and 3E. RGB value is (92,85,62). Sum of RGB (Red+Green+Blue) = 92+85+62=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 92 - color contains mainly: red. Hex color #5C553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C553E is #A3AAC1. Grayscale: #545454. Windows color (decimal): -10726082 or 4085084. OLE color: 4085084.
HSL color Cylindrical-coordinate representation of color #5C553E: hue angle of 46º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C553E is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 85 | 62 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.64 |
| HSL | 46º | 0.19% | 0.3% | - |
| HSV(B) | 46º | 0.33% | 0.36% | - |
| XYZ | 8.53 | 9.12 | 5.87 | - |
| YUV | 84.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 85 | 62 | 0 | 0.08 | 0.33 | 0.64 | 46 | 0.19 | 0.3 |
| Hex | 5C | 55 | 3E | 0 | 8 | 21 | 40 | 2E | 13 | 1E |
| Octal | 134 | 125 | 76 | 0 | 10 | 41 | 100 | 56 | 23 | 36 |
| Binary | 1011100 | 1010101 | 111110 | 0 | 1000 | 100001 | 1000000 | 101110 | 10011 | 11110 |
Color Harmonies of #5C553E
Complementary color
Monochromatic Colors of #5C553E
Black with #5C553E
Text Example
Text Example
White with #5C553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C553E; }
p { color: rgb(92,85,62); }
H1.HeaderClassName
{
color: #5C553E;
}
.AnyTagClassName
{
color: #5C553E;
}
</style>
background-color css
<style>
a { background-color: #5C553E; }
a { background-color: rgb(92,85,62); }
div.DivClassName
{
background-color: #5C553E;
}
.BgClassName
{
background-color: #5C553E;
}
</style>
border-color css
<style>
span { border-color: #5C553E; }
span { border-color: rgb(92,85,62); }
td.TdClassName
{
border-color: #5C553E;
}
.TagClassName
{
border-color: #5C553E;
}
</style>