Shades of Panda #56503E
Tints of Panda #56503E
RGB
CMYK
RGB Variations
Color information
#56503E (or 0x56503E) is known color: Panda. HEX triplet: 56, 50 and 3E. RGB value is (86,80,62). Sum of RGB (Red+Green+Blue) = 86+80+62=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #56503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56503E is #A9AFC1. Grayscale: #4F4F4F. Windows color (decimal): -11120578 or 4083798. OLE color: 4083798.
HSL color Cylindrical-coordinate representation of color #56503E: hue angle of 45º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56503E is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 80 | 62 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.66 |
| HSL | 45º | 0.16% | 0.29% | - |
| HSV(B) | 45º | 0.28% | 0.34% | - |
| XYZ | 7.58 | 8.06 | 5.71 | - |
| YUV | 79.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 62 | 0 | 0.07 | 0.28 | 0.66 | 45 | 0.16 | 0.29 |
| Hex | 56 | 50 | 3E | 0 | 7 | 1C | 42 | 2D | 10 | 1D |
| Octal | 126 | 120 | 76 | 0 | 7 | 34 | 102 | 55 | 20 | 35 |
| Binary | 1010110 | 1010000 | 111110 | 0 | 111 | 11100 | 1000010 | 101101 | 10000 | 11101 |
Color Harmonies of #56503E
Complementary color
Monochromatic Colors of #56503E
Black with #56503E
Text Example
Text Example
White with #56503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56503E; }
p { color: rgb(86,80,62); }
H1.HeaderClassName
{
color: #56503E;
}
.AnyTagClassName
{
color: #56503E;
}
</style>
background-color css
<style>
a { background-color: #56503E; }
a { background-color: rgb(86,80,62); }
div.DivClassName
{
background-color: #56503E;
}
.BgClassName
{
background-color: #56503E;
}
</style>
border-color css
<style>
span { border-color: #56503E; }
span { border-color: rgb(86,80,62); }
td.TdClassName
{
border-color: #56503E;
}
.TagClassName
{
border-color: #56503E;
}
</style>