Shades of Panda #56503D
Tints of Panda #56503D
RGB
CMYK
RGB Variations
Color information
#56503D (or 0x56503D) is known color: Panda. HEX triplet: 56, 50 and 3D. RGB value is (86,80,61). Sum of RGB (Red+Green+Blue) = 86+80+61=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #56503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56503D is #A9AFC2. Grayscale: #4F4F4F. Windows color (decimal): -11120579 or 4018262. OLE color: 4018262.
HSL color Cylindrical-coordinate representation of color #56503D: hue angle of 45.6º 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 #56503D is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 80 | 61 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.66 |
| HSL | 45.6º | 0.17% | 0.29% | - |
| HSV(B) | 45.6º | 0.29% | 0.34% | - |
| XYZ | 7.55 | 8.05 | 5.57 | - |
| YUV | 79.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 61 | 0 | 0.07 | 0.29 | 0.66 | 45.6 | 0.17 | 0.29 |
| Hex | 56 | 50 | 3D | 0 | 7 | 1D | 42 | 2E | 11 | 1D |
| Octal | 126 | 120 | 75 | 0 | 7 | 35 | 102 | 56 | 21 | 35 |
| Binary | 1010110 | 1010000 | 111101 | 0 | 111 | 11101 | 1000010 | 101110 | 10001 | 11101 |
Color Harmonies of #56503D
Complementary color
Monochromatic Colors of #56503D
Black with #56503D
Text Example
Text Example
White with #56503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56503D; }
p { color: rgb(86,80,61); }
H1.HeaderClassName
{
color: #56503D;
}
.AnyTagClassName
{
color: #56503D;
}
</style>
background-color css
<style>
a { background-color: #56503D; }
a { background-color: rgb(86,80,61); }
div.DivClassName
{
background-color: #56503D;
}
.BgClassName
{
background-color: #56503D;
}
</style>
border-color css
<style>
span { border-color: #56503D; }
span { border-color: rgb(86,80,61); }
td.TdClassName
{
border-color: #56503D;
}
.TagClassName
{
border-color: #56503D;
}
</style>