Shades of Panda #54513F
Tints of Panda #54513F
RGB
CMYK
RGB Variations
Color information
#54513F (or 0x54513F) is known color: Panda. HEX triplet: 54, 51 and 3F. RGB value is (84,81,63). Sum of RGB (Red+Green+Blue) = 84+81+63=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 84 - color contains mainly: red. Hex color #54513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54513F is #ABAEC0. Grayscale: #4F4F4F. Windows color (decimal): -11251393 or 4149588. OLE color: 4149588.
HSL color Cylindrical-coordinate representation of color #54513F: hue angle of 51.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #54513F is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 63 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.67 |
| HSL | 51.43º | 0.14% | 0.29% | - |
| HSV(B) | 51.43º | 0.25% | 0.33% | - |
| XYZ | 7.5 | 8.13 | 5.88 | - |
| YUV | 79.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 63 | 0 | 0.04 | 0.25 | 0.67 | 51.43 | 0.14 | 0.29 |
| Hex | 54 | 51 | 3F | 0 | 4 | 19 | 43 | 33 | E | 1D |
| Octal | 124 | 121 | 77 | 0 | 4 | 31 | 103 | 63 | 16 | 35 |
| Binary | 1010100 | 1010001 | 111111 | 0 | 100 | 11001 | 1000011 | 110011 | 1110 | 11101 |
Color Harmonies of #54513F
Complementary color
Monochromatic Colors of #54513F
Black with #54513F
Text Example
Text Example
White with #54513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54513F; }
p { color: rgb(84,81,63); }
H1.HeaderClassName
{
color: #54513F;
}
.AnyTagClassName
{
color: #54513F;
}
</style>
background-color css
<style>
a { background-color: #54513F; }
a { background-color: rgb(84,81,63); }
div.DivClassName
{
background-color: #54513F;
}
.BgClassName
{
background-color: #54513F;
}
</style>
border-color css
<style>
span { border-color: #54513F; }
span { border-color: rgb(84,81,63); }
td.TdClassName
{
border-color: #54513F;
}
.TagClassName
{
border-color: #54513F;
}
</style>