Shades of Panda #54523A
Tints of Panda #54523A
RGB
CMYK
RGB Variations
Color information
#54523A (or 0x54523A) is known color: Panda. HEX triplet: 54, 52 and 3A. RGB value is (84,82,58). Sum of RGB (Red+Green+Blue) = 84+82+58=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 84 - color contains mainly: red. Hex color #54523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54523A is #ABADC5. Grayscale: #4F4F4F. Windows color (decimal): -11251142 or 3822164. OLE color: 3822164.
HSL color Cylindrical-coordinate representation of color #54523A: hue angle of 55.38º 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 #54523A is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 82 | 58 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.67 |
| HSL | 55.38º | 0.18% | 0.28% | - |
| HSV(B) | 55.38º | 0.31% | 0.33% | - |
| XYZ | 7.44 | 8.22 | 5.2 | - |
| YUV | 79.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 58 | 0 | 0.02 | 0.31 | 0.67 | 55.38 | 0.18 | 0.28 |
| Hex | 54 | 52 | 3A | 0 | 2 | 1F | 43 | 37 | 12 | 1C |
| Octal | 124 | 122 | 72 | 0 | 2 | 37 | 103 | 67 | 22 | 34 |
| Binary | 1010100 | 1010010 | 111010 | 0 | 10 | 11111 | 1000011 | 110111 | 10010 | 11100 |
Color Harmonies of #54523A
Complementary color
Monochromatic Colors of #54523A
Black with #54523A
Text Example
Text Example
White with #54523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54523A; }
p { color: rgb(84,82,58); }
H1.HeaderClassName
{
color: #54523A;
}
.AnyTagClassName
{
color: #54523A;
}
</style>
background-color css
<style>
a { background-color: #54523A; }
a { background-color: rgb(84,82,58); }
div.DivClassName
{
background-color: #54523A;
}
.BgClassName
{
background-color: #54523A;
}
</style>
border-color css
<style>
span { border-color: #54523A; }
span { border-color: rgb(84,82,58); }
td.TdClassName
{
border-color: #54523A;
}
.TagClassName
{
border-color: #54523A;
}
</style>