Shades of Panda #54513E
Tints of Panda #54513E
RGB
CMYK
RGB Variations
Color information
#54513E (or 0x54513E) is known color: Panda. HEX triplet: 54, 51 and 3E. RGB value is (84,81,62). Sum of RGB (Red+Green+Blue) = 84+81+62=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 84 - color contains mainly: red. Hex color #54513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54513E is #ABAEC1. Grayscale: #4F4F4F. Windows color (decimal): -11251394 or 4084052. OLE color: 4084052.
HSL color Cylindrical-coordinate representation of color #54513E: hue angle of 51.82º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #54513E is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 62 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.67 |
| HSL | 51.82º | 0.15% | 0.29% | - |
| HSV(B) | 51.82º | 0.26% | 0.33% | - |
| XYZ | 7.47 | 8.12 | 5.73 | - |
| YUV | 79.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 62 | 0 | 0.04 | 0.26 | 0.67 | 51.82 | 0.15 | 0.29 |
| Hex | 54 | 51 | 3E | 0 | 4 | 1A | 43 | 34 | F | 1D |
| Octal | 124 | 121 | 76 | 0 | 4 | 32 | 103 | 64 | 17 | 35 |
| Binary | 1010100 | 1010001 | 111110 | 0 | 100 | 11010 | 1000011 | 110100 | 1111 | 11101 |
Color Harmonies of #54513E
Complementary color
Monochromatic Colors of #54513E
Black with #54513E
Text Example
Text Example
White with #54513E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54513E; }
p { color: rgb(84,81,62); }
H1.HeaderClassName
{
color: #54513E;
}
.AnyTagClassName
{
color: #54513E;
}
</style>
background-color css
<style>
a { background-color: #54513E; }
a { background-color: rgb(84,81,62); }
div.DivClassName
{
background-color: #54513E;
}
.BgClassName
{
background-color: #54513E;
}
</style>
border-color css
<style>
span { border-color: #54513E; }
span { border-color: rgb(84,81,62); }
td.TdClassName
{
border-color: #54513E;
}
.TagClassName
{
border-color: #54513E;
}
</style>