Shades of Panda #534D3E
Tints of Panda #534D3E
RGB
CMYK
RGB Variations
Color information
#534D3E (or 0x534D3E) is known color: Panda. HEX triplet: 53, 4D and 3E. RGB value is (83,77,62). Sum of RGB (Red+Green+Blue) = 83+77+62=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #534D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D3E is #ACB2C1. Grayscale: #4D4D4D. Windows color (decimal): -11317954 or 4083027. OLE color: 4083027.
HSL color Cylindrical-coordinate representation of color #534D3E: hue angle of 42.86º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #534D3E is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 62 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.67 |
| HSL | 42.86º | 0.14% | 0.28% | - |
| HSV(B) | 42.86º | 0.25% | 0.33% | - |
| XYZ | 7.09 | 7.49 | 5.63 | - |
| YUV | 77.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 62 | 0 | 0.07 | 0.25 | 0.67 | 42.86 | 0.14 | 0.28 |
| Hex | 53 | 4D | 3E | 0 | 7 | 19 | 43 | 2B | E | 1C |
| Octal | 123 | 115 | 76 | 0 | 7 | 31 | 103 | 53 | 16 | 34 |
| Binary | 1010011 | 1001101 | 111110 | 0 | 111 | 11001 | 1000011 | 101011 | 1110 | 11100 |
Color Harmonies of #534D3E
Complementary color
Monochromatic Colors of #534D3E
Black with #534D3E
Text Example
Text Example
White with #534D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D3E; }
p { color: rgb(83,77,62); }
H1.HeaderClassName
{
color: #534D3E;
}
.AnyTagClassName
{
color: #534D3E;
}
</style>
background-color css
<style>
a { background-color: #534D3E; }
a { background-color: rgb(83,77,62); }
div.DivClassName
{
background-color: #534D3E;
}
.BgClassName
{
background-color: #534D3E;
}
</style>
border-color css
<style>
span { border-color: #534D3E; }
span { border-color: rgb(83,77,62); }
td.TdClassName
{
border-color: #534D3E;
}
.TagClassName
{
border-color: #534D3E;
}
</style>