Shades of Panda #54513D
Tints of Panda #54513D
RGB
CMYK
RGB Variations
Color information
#54513D (or 0x54513D) is known color: Panda. HEX triplet: 54, 51 and 3D. RGB value is (84,81,61). Sum of RGB (Red+Green+Blue) = 84+81+61=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 84 - color contains mainly: red. Hex color #54513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54513D is #ABAEC2. Grayscale: #4F4F4F. Windows color (decimal): -11251395 or 4018516. OLE color: 4018516.
HSL color Cylindrical-coordinate representation of color #54513D: hue angle of 52.17º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #54513D is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 81 | 61 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.67 |
| HSL | 52.17º | 0.16% | 0.28% | - |
| HSV(B) | 52.17º | 0.27% | 0.33% | - |
| XYZ | 7.44 | 8.11 | 5.59 | - |
| YUV | 79.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 61 | 0 | 0.04 | 0.27 | 0.67 | 52.17 | 0.16 | 0.28 |
| Hex | 54 | 51 | 3D | 0 | 4 | 1B | 43 | 34 | 10 | 1C |
| Octal | 124 | 121 | 75 | 0 | 4 | 33 | 103 | 64 | 20 | 34 |
| Binary | 1010100 | 1010001 | 111101 | 0 | 100 | 11011 | 1000011 | 110100 | 10000 | 11100 |
Color Harmonies of #54513D
Complementary color
Monochromatic Colors of #54513D
Black with #54513D
Text Example
Text Example
White with #54513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54513D; }
p { color: rgb(84,81,61); }
H1.HeaderClassName
{
color: #54513D;
}
.AnyTagClassName
{
color: #54513D;
}
</style>
background-color css
<style>
a { background-color: #54513D; }
a { background-color: rgb(84,81,61); }
div.DivClassName
{
background-color: #54513D;
}
.BgClassName
{
background-color: #54513D;
}
</style>
border-color css
<style>
span { border-color: #54513D; }
span { border-color: rgb(84,81,61); }
td.TdClassName
{
border-color: #54513D;
}
.TagClassName
{
border-color: #54513D;
}
</style>