Shades of Panda #534E37
Tints of Panda #534E37
RGB
CMYK
RGB Variations
Color information
#534E37 (or 0x534E37) is known color: Panda. HEX triplet: 53, 4E and 37. RGB value is (83,78,55). Sum of RGB (Red+Green+Blue) = 83+78+55=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #534E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E37 is #ACB1C8. Grayscale: #4C4C4C. Windows color (decimal): -11317705 or 3624531. OLE color: 3624531.
HSL color Cylindrical-coordinate representation of color #534E37: hue angle of 49.29º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #534E37 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 78 | 55 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.67 |
| HSL | 49.29º | 0.2% | 0.27% | - |
| HSV(B) | 49.29º | 0.34% | 0.33% | - |
| XYZ | 6.98 | 7.56 | 4.71 | - |
| YUV | 76.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 55 | 0 | 0.06 | 0.34 | 0.67 | 49.29 | 0.2 | 0.27 |
| Hex | 53 | 4E | 37 | 0 | 6 | 22 | 43 | 31 | 14 | 1B |
| Octal | 123 | 116 | 67 | 0 | 6 | 42 | 103 | 61 | 24 | 33 |
| Binary | 1010011 | 1001110 | 110111 | 0 | 110 | 100010 | 1000011 | 110001 | 10100 | 11011 |
Color Harmonies of #534E37
Complementary color
Monochromatic Colors of #534E37
Black with #534E37
Text Example
Text Example
White with #534E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E37; }
p { color: rgb(83,78,55); }
H1.HeaderClassName
{
color: #534E37;
}
.AnyTagClassName
{
color: #534E37;
}
</style>
background-color css
<style>
a { background-color: #534E37; }
a { background-color: rgb(83,78,55); }
div.DivClassName
{
background-color: #534E37;
}
.BgClassName
{
background-color: #534E37;
}
</style>
border-color css
<style>
span { border-color: #534E37; }
span { border-color: rgb(83,78,55); }
td.TdClassName
{
border-color: #534E37;
}
.TagClassName
{
border-color: #534E37;
}
</style>