Shades of Panda #534D3D
Tints of Panda #534D3D
RGB
CMYK
RGB Variations
Color information
#534D3D (or 0x534D3D) is known color: Panda. HEX triplet: 53, 4D and 3D. RGB value is (83,77,61). Sum of RGB (Red+Green+Blue) = 83+77+61=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #534D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D3D is #ACB2C2. Grayscale: #4D4D4D. Windows color (decimal): -11317955 or 4017491. OLE color: 4017491.
HSL color Cylindrical-coordinate representation of color #534D3D: hue angle of 43.64º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #534D3D is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 77 | 61 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.67 |
| HSL | 43.64º | 0.15% | 0.28% | - |
| HSV(B) | 43.64º | 0.27% | 0.33% | - |
| XYZ | 7.06 | 7.48 | 5.49 | - |
| YUV | 76.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 61 | 0 | 0.07 | 0.27 | 0.67 | 43.64 | 0.15 | 0.28 |
| Hex | 53 | 4D | 3D | 0 | 7 | 1B | 43 | 2C | F | 1C |
| Octal | 123 | 115 | 75 | 0 | 7 | 33 | 103 | 54 | 17 | 34 |
| Binary | 1010011 | 1001101 | 111101 | 0 | 111 | 11011 | 1000011 | 101100 | 1111 | 11100 |
Color Harmonies of #534D3D
Complementary color
Monochromatic Colors of #534D3D
Black with #534D3D
Text Example
Text Example
White with #534D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D3D; }
p { color: rgb(83,77,61); }
H1.HeaderClassName
{
color: #534D3D;
}
.AnyTagClassName
{
color: #534D3D;
}
</style>
background-color css
<style>
a { background-color: #534D3D; }
a { background-color: rgb(83,77,61); }
div.DivClassName
{
background-color: #534D3D;
}
.BgClassName
{
background-color: #534D3D;
}
</style>
border-color css
<style>
span { border-color: #534D3D; }
span { border-color: rgb(83,77,61); }
td.TdClassName
{
border-color: #534D3D;
}
.TagClassName
{
border-color: #534D3D;
}
</style>