Shades of Panda #54523C
Tints of Panda #54523C
RGB
CMYK
RGB Variations
Color information
#54523C (or 0x54523C) is known color: Panda. HEX triplet: 54, 52 and 3C. RGB value is (84,82,60). Sum of RGB (Red+Green+Blue) = 84+82+60=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 84 - color contains mainly: red. Hex color #54523C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54523C is #ABADC3. Grayscale: #505050. Windows color (decimal): -11251140 or 3953236. OLE color: 3953236.
HSL color Cylindrical-coordinate representation of color #54523C: hue angle of 55º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #54523C is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 82 | 60 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.67 |
| HSL | 55º | 0.17% | 0.28% | - |
| HSV(B) | 55º | 0.29% | 0.33% | - |
| XYZ | 7.49 | 8.25 | 5.47 | - |
| YUV | 80.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 60 | 0 | 0.02 | 0.29 | 0.67 | 55 | 0.17 | 0.28 |
| Hex | 54 | 52 | 3C | 0 | 2 | 1D | 43 | 37 | 11 | 1C |
| Octal | 124 | 122 | 74 | 0 | 2 | 35 | 103 | 67 | 21 | 34 |
| Binary | 1010100 | 1010010 | 111100 | 0 | 10 | 11101 | 1000011 | 110111 | 10001 | 11100 |
Color Harmonies of #54523C
Complementary color
Monochromatic Colors of #54523C
Black with #54523C
Text Example
Text Example
White with #54523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54523C; }
p { color: rgb(84,82,60); }
H1.HeaderClassName
{
color: #54523C;
}
.AnyTagClassName
{
color: #54523C;
}
</style>
background-color css
<style>
a { background-color: #54523C; }
a { background-color: rgb(84,82,60); }
div.DivClassName
{
background-color: #54523C;
}
.BgClassName
{
background-color: #54523C;
}
</style>
border-color css
<style>
span { border-color: #54523C; }
span { border-color: rgb(84,82,60); }
td.TdClassName
{
border-color: #54523C;
}
.TagClassName
{
border-color: #54523C;
}
</style>