Shades of Panda #54513A
Tints of Panda #54513A
RGB
CMYK
RGB Variations
Color information
#54513A (or 0x54513A) is known color: Panda. HEX triplet: 54, 51 and 3A. RGB value is (84,81,58). Sum of RGB (Red+Green+Blue) = 84+81+58=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 84 - color contains mainly: red. Hex color #54513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54513A is #ABAEC5. Grayscale: #4F4F4F. Windows color (decimal): -11251398 or 3821908. OLE color: 3821908.
HSL color Cylindrical-coordinate representation of color #54513A: hue angle of 53.08º 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 #54513A is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 58 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.67 |
| HSL | 53.08º | 0.18% | 0.28% | - |
| HSV(B) | 53.08º | 0.31% | 0.33% | - |
| XYZ | 7.36 | 8.08 | 5.17 | - |
| YUV | 79.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 58 | 0 | 0.04 | 0.31 | 0.67 | 53.08 | 0.18 | 0.28 |
| Hex | 54 | 51 | 3A | 0 | 4 | 1F | 43 | 35 | 12 | 1C |
| Octal | 124 | 121 | 72 | 0 | 4 | 37 | 103 | 65 | 22 | 34 |
| Binary | 1010100 | 1010001 | 111010 | 0 | 100 | 11111 | 1000011 | 110101 | 10010 | 11100 |
Color Harmonies of #54513A
Complementary color
Monochromatic Colors of #54513A
Black with #54513A
Text Example
Text Example
White with #54513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54513A; }
p { color: rgb(84,81,58); }
H1.HeaderClassName
{
color: #54513A;
}
.AnyTagClassName
{
color: #54513A;
}
</style>
background-color css
<style>
a { background-color: #54513A; }
a { background-color: rgb(84,81,58); }
div.DivClassName
{
background-color: #54513A;
}
.BgClassName
{
background-color: #54513A;
}
</style>
border-color css
<style>
span { border-color: #54513A; }
span { border-color: rgb(84,81,58); }
td.TdClassName
{
border-color: #54513A;
}
.TagClassName
{
border-color: #54513A;
}
</style>