Shades of Panda #534D36
Tints of Panda #534D36
RGB
CMYK
RGB Variations
Color information
#534D36 (or 0x534D36) is known color: Panda. HEX triplet: 53, 4D and 36. RGB value is (83,77,54). Sum of RGB (Red+Green+Blue) = 83+77+54=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #534D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D36 is #ACB2C9. Grayscale: #4C4C4C. Windows color (decimal): -11317962 or 3558739. OLE color: 3558739.
HSL color Cylindrical-coordinate representation of color #534D36: hue angle of 47.59º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #534D36 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 54 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.67 |
| HSL | 47.59º | 0.21% | 0.27% | - |
| HSV(B) | 47.59º | 0.35% | 0.33% | - |
| XYZ | 6.89 | 7.41 | 4.56 | - |
| YUV | 76.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 54 | 0 | 0.07 | 0.35 | 0.67 | 47.59 | 0.21 | 0.27 |
| Hex | 53 | 4D | 36 | 0 | 7 | 23 | 43 | 30 | 15 | 1B |
| Octal | 123 | 115 | 66 | 0 | 7 | 43 | 103 | 60 | 25 | 33 |
| Binary | 1010011 | 1001101 | 110110 | 0 | 111 | 100011 | 1000011 | 110000 | 10101 | 11011 |
Color Harmonies of #534D36
Complementary color
Monochromatic Colors of #534D36
Black with #534D36
Text Example
Text Example
White with #534D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D36; }
p { color: rgb(83,77,54); }
H1.HeaderClassName
{
color: #534D36;
}
.AnyTagClassName
{
color: #534D36;
}
</style>
background-color css
<style>
a { background-color: #534D36; }
a { background-color: rgb(83,77,54); }
div.DivClassName
{
background-color: #534D36;
}
.BgClassName
{
background-color: #534D36;
}
</style>
border-color css
<style>
span { border-color: #534D36; }
span { border-color: rgb(83,77,54); }
td.TdClassName
{
border-color: #534D36;
}
.TagClassName
{
border-color: #534D36;
}
</style>