Shades of Panda #534D3A
Tints of Panda #534D3A
RGB
CMYK
RGB Variations
Color information
#534D3A (or 0x534D3A) is known color: Panda. HEX triplet: 53, 4D and 3A. RGB value is (83,77,58). Sum of RGB (Red+Green+Blue) = 83+77+58=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #534D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D3A is #ACB2C5. Grayscale: #4C4C4C. Windows color (decimal): -11317958 or 3820883. OLE color: 3820883.
HSL color Cylindrical-coordinate representation of color #534D3A: hue angle of 45.6º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #534D3A is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 58 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.67 |
| HSL | 45.6º | 0.18% | 0.28% | - |
| HSV(B) | 45.6º | 0.3% | 0.33% | - |
| XYZ | 6.98 | 7.45 | 5.07 | - |
| YUV | 76.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 58 | 0 | 0.07 | 0.30 | 0.67 | 45.6 | 0.18 | 0.28 |
| Hex | 53 | 4D | 3A | 0 | 7 | 1E | 43 | 2E | 12 | 1C |
| Octal | 123 | 115 | 72 | 0 | 7 | 36 | 103 | 56 | 22 | 34 |
| Binary | 1010011 | 1001101 | 111010 | 0 | 111 | 11110 | 1000011 | 101110 | 10010 | 11100 |
Color Harmonies of #534D3A
Complementary color
Monochromatic Colors of #534D3A
Black with #534D3A
Text Example
Text Example
White with #534D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D3A; }
p { color: rgb(83,77,58); }
H1.HeaderClassName
{
color: #534D3A;
}
.AnyTagClassName
{
color: #534D3A;
}
</style>
background-color css
<style>
a { background-color: #534D3A; }
a { background-color: rgb(83,77,58); }
div.DivClassName
{
background-color: #534D3A;
}
.BgClassName
{
background-color: #534D3A;
}
</style>
border-color css
<style>
span { border-color: #534D3A; }
span { border-color: rgb(83,77,58); }
td.TdClassName
{
border-color: #534D3A;
}
.TagClassName
{
border-color: #534D3A;
}
</style>