Shades of Panda #56533D
Tints of Panda #56533D
RGB
CMYK
RGB Variations
Color information
#56533D (or 0x56533D) is known color: Panda. HEX triplet: 56, 53 and 3D. RGB value is (86,83,61). Sum of RGB (Red+Green+Blue) = 86+83+61=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 86 - color contains mainly: red. Hex color #56533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56533D is #A9ACC2. Grayscale: #515151. Windows color (decimal): -11119811 or 4019030. OLE color: 4019030.
HSL color Cylindrical-coordinate representation of color #56533D: hue angle of 52.8º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #56533D is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 83 | 61 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.66 |
| HSL | 52.8º | 0.17% | 0.29% | - |
| HSV(B) | 52.8º | 0.29% | 0.34% | - |
| XYZ | 7.77 | 8.5 | 5.65 | - |
| YUV | 81.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 61 | 0 | 0.03 | 0.29 | 0.66 | 52.8 | 0.17 | 0.29 |
| Hex | 56 | 53 | 3D | 0 | 3 | 1D | 42 | 35 | 11 | 1D |
| Octal | 126 | 123 | 75 | 0 | 3 | 35 | 102 | 65 | 21 | 35 |
| Binary | 1010110 | 1010011 | 111101 | 0 | 11 | 11101 | 1000010 | 110101 | 10001 | 11101 |
Color Harmonies of #56533D
Complementary color
Monochromatic Colors of #56533D
Black with #56533D
Text Example
Text Example
White with #56533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56533D; }
p { color: rgb(86,83,61); }
H1.HeaderClassName
{
color: #56533D;
}
.AnyTagClassName
{
color: #56533D;
}
</style>
background-color css
<style>
a { background-color: #56533D; }
a { background-color: rgb(86,83,61); }
div.DivClassName
{
background-color: #56533D;
}
.BgClassName
{
background-color: #56533D;
}
</style>
border-color css
<style>
span { border-color: #56533D; }
span { border-color: rgb(86,83,61); }
td.TdClassName
{
border-color: #56533D;
}
.TagClassName
{
border-color: #56533D;
}
</style>