Shades of Panda #554F3A
Tints of Panda #554F3A
RGB
CMYK
RGB Variations
Color information
#554F3A (or 0x554F3A) is known color: Panda. HEX triplet: 55, 4F and 3A. RGB value is (85,79,58). Sum of RGB (Red+Green+Blue) = 85+79+58=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F3A is #AAB0C5. Grayscale: #4E4E4E. Windows color (decimal): -11186374 or 3821397. OLE color: 3821397.
HSL color Cylindrical-coordinate representation of color #554F3A: hue angle of 46.67º 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 #554F3A is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 58 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.67 |
| HSL | 46.67º | 0.19% | 0.28% | - |
| HSV(B) | 46.67º | 0.32% | 0.33% | - |
| XYZ | 7.31 | 7.83 | 5.13 | - |
| YUV | 78.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 58 | 0 | 0.07 | 0.32 | 0.67 | 46.67 | 0.19 | 0.28 |
| Hex | 55 | 4F | 3A | 0 | 7 | 20 | 43 | 2F | 13 | 1C |
| Octal | 125 | 117 | 72 | 0 | 7 | 40 | 103 | 57 | 23 | 34 |
| Binary | 1010101 | 1001111 | 111010 | 0 | 111 | 100000 | 1000011 | 101111 | 10011 | 11100 |
Color Harmonies of #554F3A
Complementary color
Monochromatic Colors of #554F3A
Black with #554F3A
Text Example
Text Example
White with #554F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F3A; }
p { color: rgb(85,79,58); }
H1.HeaderClassName
{
color: #554F3A;
}
.AnyTagClassName
{
color: #554F3A;
}
</style>
background-color css
<style>
a { background-color: #554F3A; }
a { background-color: rgb(85,79,58); }
div.DivClassName
{
background-color: #554F3A;
}
.BgClassName
{
background-color: #554F3A;
}
</style>
border-color css
<style>
span { border-color: #554F3A; }
span { border-color: rgb(85,79,58); }
td.TdClassName
{
border-color: #554F3A;
}
.TagClassName
{
border-color: #554F3A;
}
</style>