Shades of Panda #554F3C
Tints of Panda #554F3C
RGB
CMYK
RGB Variations
Color information
#554F3C (or 0x554F3C) is known color: Panda. HEX triplet: 55, 4F and 3C. RGB value is (85,79,60). Sum of RGB (Red+Green+Blue) = 85+79+60=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #554F3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F3C is #AAB0C3. Grayscale: #4E4E4E. Windows color (decimal): -11186372 or 3952469. OLE color: 3952469.
HSL color Cylindrical-coordinate representation of color #554F3C: hue angle of 45.6º 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 #554F3C is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 79 | 60 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.67 |
| HSL | 45.6º | 0.17% | 0.28% | - |
| HSV(B) | 45.6º | 0.29% | 0.33% | - |
| XYZ | 7.36 | 7.85 | 5.4 | - |
| YUV | 78.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 79 | 60 | 0 | 0.07 | 0.29 | 0.67 | 45.6 | 0.17 | 0.28 |
| Hex | 55 | 4F | 3C | 0 | 7 | 1D | 43 | 2E | 11 | 1C |
| Octal | 125 | 117 | 74 | 0 | 7 | 35 | 103 | 56 | 21 | 34 |
| Binary | 1010101 | 1001111 | 111100 | 0 | 111 | 11101 | 1000011 | 101110 | 10001 | 11100 |
Color Harmonies of #554F3C
Complementary color
Monochromatic Colors of #554F3C
Black with #554F3C
Text Example
Text Example
White with #554F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554F3C; }
p { color: rgb(85,79,60); }
H1.HeaderClassName
{
color: #554F3C;
}
.AnyTagClassName
{
color: #554F3C;
}
</style>
background-color css
<style>
a { background-color: #554F3C; }
a { background-color: rgb(85,79,60); }
div.DivClassName
{
background-color: #554F3C;
}
.BgClassName
{
background-color: #554F3C;
}
</style>
border-color css
<style>
span { border-color: #554F3C; }
span { border-color: rgb(85,79,60); }
td.TdClassName
{
border-color: #554F3C;
}
.TagClassName
{
border-color: #554F3C;
}
</style>