Shades of Panda #554E3B
Tints of Panda #554E3B
RGB
CMYK
RGB Variations
Color information
#554E3B (or 0x554E3B) is known color: Panda. HEX triplet: 55, 4E and 3B. RGB value is (85,78,59). Sum of RGB (Red+Green+Blue) = 85+78+59=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E3B is #AAB1C4. Grayscale: #4E4E4E. Windows color (decimal): -11186629 or 3886677. OLE color: 3886677.
HSL color Cylindrical-coordinate representation of color #554E3B: hue angle of 43.85º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #554E3B is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 78 | 59 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.67 |
| HSL | 43.85º | 0.18% | 0.28% | - |
| HSV(B) | 43.85º | 0.31% | 0.33% | - |
| XYZ | 7.26 | 7.7 | 5.24 | - |
| YUV | 77.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 59 | 0 | 0.08 | 0.31 | 0.67 | 43.85 | 0.18 | 0.28 |
| Hex | 55 | 4E | 3B | 0 | 8 | 1F | 43 | 2C | 12 | 1C |
| Octal | 125 | 116 | 73 | 0 | 10 | 37 | 103 | 54 | 22 | 34 |
| Binary | 1010101 | 1001110 | 111011 | 0 | 1000 | 11111 | 1000011 | 101100 | 10010 | 11100 |
Color Harmonies of #554E3B
Complementary color
Monochromatic Colors of #554E3B
Black with #554E3B
Text Example
Text Example
White with #554E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554E3B; }
p { color: rgb(85,78,59); }
H1.HeaderClassName
{
color: #554E3B;
}
.AnyTagClassName
{
color: #554E3B;
}
</style>
background-color css
<style>
a { background-color: #554E3B; }
a { background-color: rgb(85,78,59); }
div.DivClassName
{
background-color: #554E3B;
}
.BgClassName
{
background-color: #554E3B;
}
</style>
border-color css
<style>
span { border-color: #554E3B; }
span { border-color: rgb(85,78,59); }
td.TdClassName
{
border-color: #554E3B;
}
.TagClassName
{
border-color: #554E3B;
}
</style>