Shades of Panda #534C37
Tints of Panda #534C37
RGB
CMYK
RGB Variations
Color information
#534C37 (or 0x534C37) is known color: Panda. HEX triplet: 53, 4C and 37. RGB value is (83,76,55). Sum of RGB (Red+Green+Blue) = 83+76+55=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #534C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C37 is #ACB3C8. Grayscale: #4B4B4B. Windows color (decimal): -11318217 or 3624019. OLE color: 3624019.
HSL color Cylindrical-coordinate representation of color #534C37: hue angle of 45º 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 #534C37 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 76 | 55 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.67 |
| HSL | 45º | 0.2% | 0.27% | - |
| HSV(B) | 45º | 0.34% | 0.33% | - |
| XYZ | 6.84 | 7.28 | 4.66 | - |
| YUV | 75.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 55 | 0 | 0.08 | 0.34 | 0.67 | 45 | 0.2 | 0.27 |
| Hex | 53 | 4C | 37 | 0 | 8 | 22 | 43 | 2D | 14 | 1B |
| Octal | 123 | 114 | 67 | 0 | 10 | 42 | 103 | 55 | 24 | 33 |
| Binary | 1010011 | 1001100 | 110111 | 0 | 1000 | 100010 | 1000011 | 101101 | 10100 | 11011 |
Color Harmonies of #534C37
Complementary color
Monochromatic Colors of #534C37
Black with #534C37
Text Example
Text Example
White with #534C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534C37; }
p { color: rgb(83,76,55); }
H1.HeaderClassName
{
color: #534C37;
}
.AnyTagClassName
{
color: #534C37;
}
</style>
background-color css
<style>
a { background-color: #534C37; }
a { background-color: rgb(83,76,55); }
div.DivClassName
{
background-color: #534C37;
}
.BgClassName
{
background-color: #534C37;
}
</style>
border-color css
<style>
span { border-color: #534C37; }
span { border-color: rgb(83,76,55); }
td.TdClassName
{
border-color: #534C37;
}
.TagClassName
{
border-color: #534C37;
}
</style>