Shades of Panda #54523B
Tints of Panda #54523B
RGB
CMYK
RGB Variations
Color information
#54523B (or 0x54523B) is known color: Panda. HEX triplet: 54, 52 and 3B. RGB value is (84,82,59). Sum of RGB (Red+Green+Blue) = 84+82+59=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 84 - color contains mainly: red. Hex color #54523B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54523B is #ABADC4. Grayscale: #505050. Windows color (decimal): -11251141 or 3887700. OLE color: 3887700.
HSL color Cylindrical-coordinate representation of color #54523B: hue angle of 55.2º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #54523B is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 82 | 59 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.67 |
| HSL | 55.2º | 0.17% | 0.28% | - |
| HSV(B) | 55.2º | 0.3% | 0.33% | - |
| XYZ | 7.46 | 8.24 | 5.33 | - |
| YUV | 79.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 59 | 0 | 0.02 | 0.30 | 0.67 | 55.2 | 0.17 | 0.28 |
| Hex | 54 | 52 | 3B | 0 | 2 | 1E | 43 | 37 | 11 | 1C |
| Octal | 124 | 122 | 73 | 0 | 2 | 36 | 103 | 67 | 21 | 34 |
| Binary | 1010100 | 1010010 | 111011 | 0 | 10 | 11110 | 1000011 | 110111 | 10001 | 11100 |
Color Harmonies of #54523B
Complementary color
Monochromatic Colors of #54523B
Black with #54523B
Text Example
Text Example
White with #54523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54523B; }
p { color: rgb(84,82,59); }
H1.HeaderClassName
{
color: #54523B;
}
.AnyTagClassName
{
color: #54523B;
}
</style>
background-color css
<style>
a { background-color: #54523B; }
a { background-color: rgb(84,82,59); }
div.DivClassName
{
background-color: #54523B;
}
.BgClassName
{
background-color: #54523B;
}
</style>
border-color css
<style>
span { border-color: #54523B; }
span { border-color: rgb(84,82,59); }
td.TdClassName
{
border-color: #54523B;
}
.TagClassName
{
border-color: #54523B;
}
</style>