Shades of Panda #554E3D
Tints of Panda #554E3D
RGB
CMYK
RGB Variations
Color information
#554E3D (or 0x554E3D) is known color: Panda. HEX triplet: 55, 4E and 3D. RGB value is (85,78,61). Sum of RGB (Red+Green+Blue) = 85+78+61=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #554E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E3D is #AAB1C2. Grayscale: #4E4E4E. Windows color (decimal): -11186627 or 4017749. OLE color: 4017749.
HSL color Cylindrical-coordinate representation of color #554E3D: hue angle of 42.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #554E3D is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 61 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.67 |
| HSL | 42.5º | 0.16% | 0.29% | - |
| HSV(B) | 42.5º | 0.28% | 0.33% | - |
| XYZ | 7.31 | 7.72 | 5.52 | - |
| YUV | 78.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 61 | 0 | 0.08 | 0.28 | 0.67 | 42.5 | 0.16 | 0.29 |
| Hex | 55 | 4E | 3D | 0 | 8 | 1C | 43 | 2A | 10 | 1D |
| Octal | 125 | 116 | 75 | 0 | 10 | 34 | 103 | 52 | 20 | 35 |
| Binary | 1010101 | 1001110 | 111101 | 0 | 1000 | 11100 | 1000011 | 101010 | 10000 | 11101 |
Color Harmonies of #554E3D
Complementary color
Monochromatic Colors of #554E3D
Black with #554E3D
Text Example
Text Example
White with #554E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E3D; }
p { color: rgb(85,78,61); }
H1.HeaderClassName
{
color: #554E3D;
}
.AnyTagClassName
{
color: #554E3D;
}
</style>
background-color css
<style>
a { background-color: #554E3D; }
a { background-color: rgb(85,78,61); }
div.DivClassName
{
background-color: #554E3D;
}
.BgClassName
{
background-color: #554E3D;
}
</style>
border-color css
<style>
span { border-color: #554E3D; }
span { border-color: rgb(85,78,61); }
td.TdClassName
{
border-color: #554E3D;
}
.TagClassName
{
border-color: #554E3D;
}
</style>