Shades of Panda #54523D
Tints of Panda #54523D
RGB
CMYK
RGB Variations
Color information
#54523D (or 0x54523D) is known color: Panda. HEX triplet: 54, 52 and 3D. RGB value is (84,82,61). Sum of RGB (Red+Green+Blue) = 84+82+61=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 84 - color contains mainly: red. Hex color #54523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54523D is #ABADC2. Grayscale: #505050. Windows color (decimal): -11251139 or 4018772. OLE color: 4018772.
HSL color Cylindrical-coordinate representation of color #54523D: hue angle of 54.78º 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 #54523D is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 82 | 61 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.67 |
| HSL | 54.78º | 0.16% | 0.28% | - |
| HSV(B) | 54.78º | 0.27% | 0.33% | - |
| XYZ | 7.52 | 8.26 | 5.61 | - |
| YUV | 80.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 61 | 0 | 0.02 | 0.27 | 0.67 | 54.78 | 0.16 | 0.28 |
| Hex | 54 | 52 | 3D | 0 | 2 | 1B | 43 | 37 | 10 | 1C |
| Octal | 124 | 122 | 75 | 0 | 2 | 33 | 103 | 67 | 20 | 34 |
| Binary | 1010100 | 1010010 | 111101 | 0 | 10 | 11011 | 1000011 | 110111 | 10000 | 11100 |
Color Harmonies of #54523D
Complementary color
Monochromatic Colors of #54523D
Black with #54523D
Text Example
Text Example
White with #54523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54523D; }
p { color: rgb(84,82,61); }
H1.HeaderClassName
{
color: #54523D;
}
.AnyTagClassName
{
color: #54523D;
}
</style>
background-color css
<style>
a { background-color: #54523D; }
a { background-color: rgb(84,82,61); }
div.DivClassName
{
background-color: #54523D;
}
.BgClassName
{
background-color: #54523D;
}
</style>
border-color css
<style>
span { border-color: #54523D; }
span { border-color: rgb(84,82,61); }
td.TdClassName
{
border-color: #54523D;
}
.TagClassName
{
border-color: #54523D;
}
</style>